Skip to content

Commit

Permalink
syntastic: don't check on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Jan 27, 2015
1 parent dced7e5 commit 98c136e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Expand Up @@ -874,6 +874,7 @@ command BufClean call Lilydjwg_cleanbufs()
" syntastic[[[2
let g:syntastic_python_checkers = ['python']
let g:syntastic_zsh_checkers = ['zsh']
let g:syntastic_check_on_wq = 0
" extradite.vim[[[2
let g:extradite_showhash = 1
" linediff[[[2
Expand Down

0 comments on commit 98c136e

Please sign in to comment.