mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:10:05 +08:00
Remove unknown option guifont in VimR
This commit is contained in:
parent
9d8c4ec365
commit
dd413813f2
@ -28,6 +28,8 @@ 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 !empty(g:spacevim_guifont)
|
if has('gui_running')
|
||||||
|
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