From 8e0c623e1a20ff9beb5cbaf8d15465c891ad24ac Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 30 Jan 2012 15:20:44 -0500 Subject: Disable menu bar in GVim --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 911242b2..d217ac5d 100644 --- a/.vimrc +++ b/.vimrc @@ -44,7 +44,7 @@ if has('mouse') endif " GUI options -set guioptions-=rLtT " Disable tear-off menus, toolbar, scrollbars +set guioptions-=mrLtT " Disable tear-off menus, toolbar, scrollbars set guifont=Monospace\ 9 set browsedir=buffer " Open dialog starts in working directory let g:Powerline_symbols = 'fancy' -- cgit 1.4.1