Skip to content

Commit

Permalink
Don't use aqua scrollbars in MacVim.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Aug 26, 2011
1 parent b81b539 commit 7db79eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gvimrc
Expand Up @@ -15,3 +15,5 @@ endif
" Do not use modal alert dialogs! (Prefer Vim style prompt.) " Do not use modal alert dialogs! (Prefer Vim style prompt.)
" http://stackoverflow.com/questions/4193654/using-vim-warning-style-in-gvim " http://stackoverflow.com/questions/4193654/using-vim-warning-style-in-gvim
set guioptions+=c set guioptions+=c
" Do not use Aqua scrollbars
set guioptions-=rL

0 comments on commit 7db79eb

Please sign in to comment.