Skip to content

Commit

Permalink
Keep doc updated (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabirel authored and wsdjeg committed Jun 21, 2017
1 parent c381caf commit c4e60a8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions autoload/SpaceVim.vim
Expand Up @@ -135,6 +135,17 @@ let g:spacevim_enable_neocomplcache = 0
let g:spacevim_enable_cursorline = 1
""
" Set the statusline separators of statusline, default is 'arrow'
" >
" Separatos options:
" 1. arrow
" 2. curve
" 3. slant
" 4. nil
" 5. fire
" <
"
" See more details in: http://spacevim.org/documentation/#statusline
"
let g:spacevim_statusline_separator = 'arrow'
""
" Enable/Disable cursorcolumn. Default is 0, cursorcolumn will be
Expand Down
11 changes: 11 additions & 0 deletions doc/SpaceVim.txt
Expand Up @@ -167,6 +167,17 @@ normal mode.To disable this feature:

*g:spacevim_statusline_separator*
Set the statusline separators of statusline, default is 'arrow'
>
Separatos options:
1. arrow
2. curve
3. slant
4. nil
5. fire
<

See more details in: http://spacevim.org/documentation/#statusline


*g:spacevim_enable_cursorcolumn*
Enable/Disable cursorcolumn. Default is 0, cursorcolumn will be highlighted in
Expand Down

0 comments on commit c4e60a8

Please sign in to comment.