From 12053624d3b49383f44ee67d5962f389fb4b5bf3 Mon Sep 17 00:00:00 2001
From: "Matthias P. Braendli" <matthias.braendli@mpb.li>
Date: Fri, 14 Feb 2014 18:47:46 +0100
Subject: try to convince syntastic to only check when I ask

---
 dotvimrc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'dotvimrc')

diff --git a/dotvimrc b/dotvimrc
index 226b34c..6c27a88 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -100,6 +100,8 @@ let g:syntastic_c_config_file = '.clang_complete'
 let g:syntastic_cpp_compiler = 'clang++'
 let g:syntastic_cpp_compiler_options = ' '
 let g:syntastic_cpp_config_file = '.clang_complete'
+let g:syntastic_check_on_open = 0
+let g:syntastic_check_on_wq = 0
 let g:Powerline_symbols = 'unicode'
 
 NeoBundle 'Tag-Signature-Balloons'
@@ -269,7 +271,7 @@ noremap <Leader>gt :call TimeLapse()<cr>
 
 noremap <Leader>e :NERDTreeToggle<CR>
 
-noremap <Leader>s :SyntasticToggle<CR>
+noremap <Leader>s :SyntasticCheck<CR>
 
 noremap <Leader>T :set expandtab!<CR>
 
-- 
cgit v1.2.3