Skip to content

Commit

Permalink
Merge pull request amix#235 from deathbeam/patch-1
Browse files Browse the repository at this point in the history
Properly disable sound on errors on MacVim
  • Loading branch information
amix committed Oct 2, 2016
2 parents 183ca1c + 52e1b93 commit d122b50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vimrcs/basic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d122b50

Please sign in to comment.