vimrc: Set default Win32 font.
This commit is contained in:
parent
add514202f
commit
fd9c5e64c1
2
.vimrc
2
.vimrc
@ -12,7 +12,7 @@ else
|
|||||||
endif
|
endif
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
if has("win32")
|
if has("win32")
|
||||||
set guifont=Consolas:h10:b
|
set guifont=Droid_Sans_Mono:h9:cANSI
|
||||||
elseif has("mac")
|
elseif has("mac")
|
||||||
"set guifont=Menlo\ Bold
|
"set guifont=Menlo\ Bold
|
||||||
"set guifont=Bitstream\ Vera\ Sans\ Mono\ Bold
|
"set guifont=Bitstream\ Vera\ Sans\ Mono\ Bold
|
||||||
|
Loading…
Reference in New Issue
Block a user