Use font fallback for Windows

This commit is contained in:
Anthony Rose 2017-04-26 08:47:56 +01:00
parent e5b7dce6a7
commit b2a3543d93

5
vimrc
View file

@ -106,11 +106,12 @@ endif
if has("gui_running") if has("gui_running")
if has("gui_gtk2") if has("gui_gtk2")
set guifont=Monospace\ Regular\ 10
set clipboard=unnamedplus set clipboard=unnamedplus
set guifont=Monospace\ Regular\ 10
elseif has("gui_win32") elseif has("gui_win32")
set guifont=Consolas:h10:cANSI
set clipboard=unnamed set clipboard=unnamed
set guifont=Source_Code_Pro:h9:cANSI:qDRAFT,
\Consolas:h10:cANSI
endif endif
set columns=88 set columns=88
set guioptions+=c set guioptions+=c