summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-01-30 15:20:44 -0500
committerJune McEnroe <programble@gmail.com>2012-01-30 15:20:44 -0500
commit69024a9ce0d55e262ba64cd7c024f0c2b6c0b473 (patch)
tree808617742a41f1fade2665243f34c4c2ba7d351d /.vimrc
parentSet shiftwidth to 4 for Lua (diff)
downloadsrc-69024a9ce0d55e262ba64cd7c024f0c2b6c0b473.tar.gz
src-69024a9ce0d55e262ba64cd7c024f0c2b6c0b473.zip
Disable menu bar in GVim
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
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'