We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83a46e commit adca75aCopy full SHA for adca75a
misc/vim/vimrc
@@ -46,7 +46,8 @@ set statusline+=%{SyntasticStatuslineFlag()}
46
set statusline+=%*
47
let g:syntastic_always_populate_loc_list = 1
48
let g:syntastic_auto_loc_list = 1
49
-let g:syntastic_check_on_open = 1
+" Disable check on open until we fix up the search path stuff
50
+let g:syntastic_check_on_open = 0
51
let g:syntastic_check_on_wq = 0
52
let g:syntastic_enable_signs=1
53
" Check header files too. Assume all headers are C by default, but ftdetect
0 commit comments