Skip to content

Commit

Permalink
I don't use vim on older systems without the ubuntu font anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
arian committed Nov 14, 2012
1 parent 10e9978 commit d563062
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vimrc
Expand Up @@ -20,10 +20,7 @@ set spell
syntax on
set background=dark
if has("gui_running")
" older ubuntu versions might not have this font
if substitute(system('lsb_release -rs'), '\n', '', '') == '12.04'
set guifont=Ubuntu\ Mono\ 12
endif
set guifont=Ubuntu\ Mono\ 11
" disable gvim toolbar
set guioptions-=T
colorscheme molokai
Expand Down

0 comments on commit d563062

Please sign in to comment.