Merge pull request #235 from deathbeam/patch-1

Properly disable sound on errors on MacVim
pull/247/head
Amir Salihefendic 7 years ago committed by GitHub
commit d122b50aa6
  1. 6
      vimrcs/basic.vim

@ -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…
Cancel
Save