1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:50:04 +08:00

Minor fixes for examples of language setting

Minor fixes for examples of language setting.
* `chinese` -> `cn`
This commit is contained in:
Seong Yong-ju 2017-10-23 22:25:59 +09:00
parent 2d7572a35c
commit bcf6cb6ef6
2 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@ let g:spacevim_use_colorscheme = 1
" Set the help language of vim. Default is 'en'.
" You can change it to Chinese.
" >
" let g:spacevim_vim_help_language = 'chinese'
" let g:spacevim_vim_help_language = 'cn'
" <
let g:spacevim_vim_help_language = 'en'
""

View File

@ -246,7 +246,7 @@ might require adding the following to ~/.tmux.conf:
*g:spacevim_vim_help_language*
Set the help language of vim. Default is 'en'. You can change it to Chinese.
>
let g:spacevim_vim_help_language = 'chinese'
let g:spacevim_vim_help_language = 'cn'
<
*g:spacevim_language*