fix windows font
This commit is contained in:
parent
283de9089e
commit
99f77c65e8
@ -54,7 +54,11 @@ if has('gui_running')
|
||||
set guioptions-=m
|
||||
set guioptions-=r
|
||||
|
||||
if has('unix')
|
||||
set guifont=Terminus\ 12
|
||||
else
|
||||
set guifont=Terminus:h12
|
||||
endif
|
||||
endif
|
||||
|
||||
if has('unix')
|
||||
|
Loading…
Reference in New Issue
Block a user