diff options
author | June McEnroe <programble@gmail.com> | 2012-09-29 11:38:28 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-09-29 11:38:28 -0400 |
commit | 7c8ec02029c83c70302ec4e017dadbd8adf3ee93 (patch) | |
tree | 313666e3bd890452e0ca3e048a7c48eef21016a0 | |
parent | Ignore .netrwhist (diff) | |
download | src-7c8ec02029c83c70302ec4e017dadbd8adf3ee93.tar.gz src-7c8ec02029c83c70302ec4e017dadbd8adf3ee93.zip |
Disable GUI dialogs
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 3 |
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' |