Windows tweaks

This commit is contained in:
Alexei Yatskov 2016-05-27 09:52:41 -07:00
parent ea561ec8a3
commit ec34f4c28b

View File

@ -51,6 +51,10 @@ if has('gui_running')
set guioptions-=l
set guioptions-=m
set guioptions-=r
if has('win32')
set guifont=Lucida_Console:h10
endif
endif
if &shell =~ 'bin/fish'