1
0
Fork 0
mirror of synced 2024-05-28 13:01:12 -04:00

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

View file

@ -131,6 +131,12 @@ set novisualbell
set t_vb= set t_vb=
set tm=500 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 " Add a bit extra margin to the left
set foldcolumn=1 set foldcolumn=1