Use font fallback for Windows
This commit is contained in:
parent
e5b7dce6a7
commit
b2a3543d93
1 changed files with 3 additions and 2 deletions
5
vimrc
5
vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue