Tweak font size on Linux

This commit is contained in:
Dustin C. Hatch
2012-08-04 13:57:35 -05:00
parent b4df62027a
commit 4a1b531d16

View File

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