fix windows font

This commit is contained in:
Alex Yatskov 2019-04-29 07:52:29 -07:00
parent 283de9089e
commit 99f77c65e8

View File

@ -54,7 +54,11 @@ if has('gui_running')
set guioptions-=m set guioptions-=m
set guioptions-=r set guioptions-=r
set guifont=Terminus\ 12 if has('unix')
set guifont=Terminus\ 12
else
set guifont=Terminus:h12
endif
endif endif
if has('unix') if has('unix')