increase gvim font size

This commit is contained in:
Gabriel Ebner 2014-06-14 13:25:13 +02:00
parent 93ec7c8a74
commit 5ecc8037ce
1 changed files with 1 additions and 1 deletions

2
gvimrc
View File

@ -4,5 +4,5 @@ set guicursor+=a:blinkon0
if has('win32') || has('win64') if has('win32') || has('win64')
set guifont=Consolas:h11 set guifont=Consolas:h11
else else
set guifont=Monospace\ 8 set guifont=Monospace\ 10
endif endif