Skip to content

Commit

Permalink
Remove the font setting under gui mode
Browse files Browse the repository at this point in the history
Osaka-mono font is missing under Linux

Signed-off-by: Wenwei Cai <stanley.w.cai@gmail.com>
  • Loading branch information
swcai committed Oct 13, 2012
1 parent 1ccb18c commit 1827989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -37,7 +37,7 @@ syntax on " syntax highlight
set hlsearch " search highlighting

if has("gui_running") " GUI color and font settings
set guifont=Osaka-Mono:h20
"set guifont=Osaka-Mono:h20
set background=dark
set t_Co=256 " 256 color mode
set cursorline " highlight current line
Expand Down

0 comments on commit 1827989

Please sign in to comment.