mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:50:06 +08:00
shorten if
This commit is contained in:
parent
dd413813f2
commit
a180f43af0
@ -28,8 +28,6 @@ endif
|
|||||||
if g:spacevim_hiddenfileinfo == 1 && has('patch-7.4.1570')
|
if g:spacevim_hiddenfileinfo == 1 && has('patch-7.4.1570')
|
||||||
set shortmess+=F
|
set shortmess+=F
|
||||||
endif
|
endif
|
||||||
if has('gui_running')
|
if has('gui_running') && !empty(g:spacevim_guifont)
|
||||||
if !empty(g:spacevim_guifont)
|
let &guifont = g:spacevim_guifont
|
||||||
let &guifont = g:spacevim_guifont
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user