diff options
author | June McEnroe <june@causal.agency> | 2012-01-30 15:20:44 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-01-30 15:20:44 -0500 |
commit | 8e0c623e1a20ff9beb5cbaf8d15465c891ad24ac (patch) | |
tree | 808617742a41f1fade2665243f34c4c2ba7d351d | |
parent | Set shiftwidth to 4 for Lua (diff) | |
download | src-8e0c623e1a20ff9beb5cbaf8d15465c891ad24ac.tar.gz src-8e0c623e1a20ff9beb5cbaf8d15465c891ad24ac.zip |
Disable menu bar in GVim
-rw-r--r-- | .vimrc | 2 |
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' |