From 011976081421762ee8c385ba239722408f7bfbc4 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Wed, 8 Feb 2017 21:01:16 +0800 Subject: [PATCH] Doc for cedit option --- autoload/SpaceVim.vim | 6 ++++++ autoload/SpaceVim/default.vim | 1 + doc/SpaceVim.txt | 6 ++++++ 3 files changed, 13 insertions(+) diff --git a/autoload/SpaceVim.vim b/autoload/SpaceVim.vim index 44c3420a6..26724dab5 100644 --- a/autoload/SpaceVim.vim +++ b/autoload/SpaceVim.vim @@ -367,3 +367,9 @@ endfunction " let g:neosnippet#snippets_directory = '~/path/to/snip_dir' " < " for more info about how to write snippet, please read ||neosnippet-snippet-syntax|. +" +" 3. Where is `` in cmdline-mode? +" +" `` is the default value of |cedit| option, but in SpaceVim we use same +" as ``, so maybe you can change the `ceite` option, or use +" `+`. diff --git a/autoload/SpaceVim/default.vim b/autoload/SpaceVim/default.vim index 4cdafc714..6bd442dd9 100644 --- a/autoload/SpaceVim/default.vim +++ b/autoload/SpaceVim/default.vim @@ -274,6 +274,7 @@ function! SpaceVim#default#SetMappings() abort cnoremap cnoremap cnoremap + cnoremap "When pressing cd switch to the directory of the open buffer map cd :cd %:p:h:pwd diff --git a/doc/SpaceVim.txt b/doc/SpaceVim.txt index 2d662abaa..2b4a29139 100644 --- a/doc/SpaceVim.txt +++ b/doc/SpaceVim.txt @@ -615,5 +615,11 @@ be save in `~/.SpaceVim.d/snippets`, if you want to use other directory: for more info about how to write snippet, please read ||neosnippet-snippet-syntax|. + 3. Where is `` in cmdline-mode? + +`` is the default value of |cedit| option, but in SpaceVim we use same as +``, so maybe you can change the `ceite` option, or use +`+`. + vim:tw=78:ts=8:ft=help:norl: