From 2e69f653ca8cac84c355b90c5df38ddd974e5b0e Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 25 Aug 2014 23:39:44 -0400 Subject: [PATCH] Don't check syntax on :wq --- vim/config/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 657324a..01e8159 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -158,6 +158,7 @@ let g:syntastic_check_on_wq=0 endif + let g:syntastic_check_on_wq=0 let g:syntastic_always_populate_loc_list=1 let g:syntastic_auto_loc_list=1 let g:syntastic_loc_list_height=5