no tearoff

This commit is contained in:
Loic Nageleisen 2012-01-06 09:14:03 +01:00
parent 857987e031
commit 28e3bcfa1c

3
vimrc
View file

@ -29,6 +29,9 @@ if has('gui_running') "GUI specific settings
"no toolbar "no toolbar
set guioptions-=T set guioptions-=T
"no tear-off menus
set guioptions-=t
set background=light set background=light
"set transparency=8 "set transparency=8