summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-09-29 11:38:28 -0400
committerJune McEnroe <june@causal.agency>2012-09-29 11:38:28 -0400
commit5a0abc35ae346c6de13c5eb8f3a790ca3c18912f (patch)
tree313666e3bd890452e0ca3e048a7c48eef21016a0
parentIgnore .netrwhist (diff)
downloadsrc-5a0abc35ae346c6de13c5eb8f3a790ca3c18912f.tar.gz
src-5a0abc35ae346c6de13c5eb8f3a790ca3c18912f.zip
Disable GUI dialogs
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index f5734333..72b63d23 100644
--- a/.vimrc
+++ b/.vimrc
@@ -46,7 +46,8 @@ if has('mouse')
 endif
 
 " GUI options
-set guioptions-=mrLtT " Disable tear-off menus, toolbar, scrollbars
+set guioptions-=mrLtT " Disable menus, toolbar, scrollbars
+set guioptions+=c " Disable GUI dialogs
 set guifont=Monospace\ 9
 set browsedir=buffer " Open dialog starts in working directory
 let g:Powerline_symbols = 'fancy'