Tweak font size on Linux

master
Dustin C. Hatch 2012-08-04 13:57:35 -05:00
parent b4df62027a
commit 4a1b531d16
1 changed files with 1 additions and 1 deletions

View File

@ -45,5 +45,5 @@ if has('win32')
set directory=.,$TEMP, set directory=.,$TEMP,
elseif has('unix') elseif has('unix')
" Nice font and size (escape spaces) (GUI only) " Nice font and size (escape spaces) (GUI only)
set guifont=Luxi\ Mono\ 10 set guifont=Luxi\ Mono\ 9
endif endif