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_gtk2")
|
||||
set guifont=Monospace\ Regular\ 10
|
||||
set clipboard=unnamedplus
|
||||
set guifont=Monospace\ Regular\ 10
|
||||
elseif has("gui_win32")
|
||||
set guifont=Consolas:h10:cANSI
|
||||
set clipboard=unnamed
|
||||
set guifont=Source_Code_Pro:h9:cANSI:qDRAFT,
|
||||
\Consolas:h10:cANSI
|
||||
endif
|
||||
set columns=88
|
||||
set guioptions+=c
|
||||
|
|
Loading…
Reference in a new issue