From 98c136ed8863c02e5fe4a82226f2ed3eba9eba42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E4=BA=91?= Date: Tue, 27 Jan 2015 21:53:44 +0800 Subject: [PATCH] syntastic: don't check on exit --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index d832a541..098a92f1 100644 --- a/vimrc +++ b/vimrc @@ -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