Merge pull request #235 from deathbeam/patch-1
Properly disable sound on errors on MacVim
This commit is contained in:
commit
d122b50aa6
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue