mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:10:04 +08:00
Fix shortmess option
This commit is contained in:
parent
eac96d094b
commit
006535b27f
@ -26,7 +26,7 @@ else
|
|||||||
exec 'colorscheme '. g:spacevim_colorscheme_default
|
exec 'colorscheme '. g:spacevim_colorscheme_default
|
||||||
endif
|
endif
|
||||||
if g:spacevim_hiddenfileinfo == 1 && has('patch-7.4.1570')
|
if g:spacevim_hiddenfileinfo == 1 && has('patch-7.4.1570')
|
||||||
set shortmess=filnxtToOFs
|
set shortmess+=F
|
||||||
endif
|
endif
|
||||||
if !empty(g:spacevim_guifont)
|
if !empty(g:spacevim_guifont)
|
||||||
exe 'set guifont=' . g:spacevim_guifont
|
exe 'set guifont=' . g:spacevim_guifont
|
||||||
|
Loading…
Reference in New Issue
Block a user