mirror of
1
0
Fork 0

Merge pull request #235 from deathbeam/patch-1

Properly disable sound on errors on MacVim
This commit is contained in:
Amir Salihefendic 2016-10-02 13:23:24 +02:00 committed by GitHub
commit d122b50aa6
1 changed files with 6 additions and 0 deletions

View File

@ -131,6 +131,12 @@ set novisualbell
set t_vb=
set tm=500
" Properly disable sound on errors on MacVim
if has("gui_macvim")
autocmd GUIEnter * set vb t_vb=
endif
" Add a bit extra margin to the left
set foldcolumn=1