Merge branch 'master' of github.com:lloeki/vimfiles

This commit is contained in:
Loic Nageleisen 2012-04-24 13:13:41 +02:00
commit f2887335aa

4
vimrc
View file

@ -43,7 +43,7 @@ if has('gui_running') "GUI specific settings
set guioptions-=r set guioptions-=r
set guioptions-=b set guioptions-=b
set background=light "set background=light
"set transparency=8 "set transparency=8
"window size "window size
@ -53,7 +53,7 @@ if has('gui_running') "GUI specific settings
else "non-GUI else "non-GUI
set showtabline=1 "automatic tab bar set showtabline=1 "automatic tab bar
set mouse=a "mouse support set mouse=a "mouse support
set background=light "set background=light
endif endif
"color theme "color theme