mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:30:05 +08:00
Merge pull request #1651 from zhujinxuan/gui-font
Fix error `unknown option guifont` in VimR
This commit is contained in:
commit
c8288e511d
@ -28,6 +28,6 @@ endif
|
||||
if g:spacevim_hiddenfileinfo == 1 && has('patch-7.4.1570')
|
||||
set shortmess+=F
|
||||
endif
|
||||
if !empty(g:spacevim_guifont)
|
||||
let &guifont = g:spacevim_guifont
|
||||
if has('gui_running') && !empty(g:spacevim_guifont)
|
||||
let &guifont = g:spacevim_guifont
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user