.vimrc

changeset 637
9b35b49a39fd
parent 636
56241ced0019
child 638
a011c7252d25
--- a/.vimrc
+++ b/.vimrc
@@ -188,6 +188,9 @@ set wildmenu
 set wildignorecase
 
 set noerrorbells
+if has('patch-7.4-793')
+  set belloff=all
+endif
 
 set autowriteall
 

mercurial