Skip to content

Commit adca75a

Browse files
author
Craig Ringer
committed
Temporarily disable auto syntastic
1 parent b83a46e commit adca75a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

misc/vim/vimrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ set statusline+=%{SyntasticStatuslineFlag()}
4646
set statusline+=%*
4747
let g:syntastic_always_populate_loc_list = 1
4848
let g:syntastic_auto_loc_list = 1
49-
let g:syntastic_check_on_open = 1
49+
" Disable check on open until we fix up the search path stuff
50+
let g:syntastic_check_on_open = 0
5051
let g:syntastic_check_on_wq = 0
5152
let g:syntastic_enable_signs=1
5253
" Check header files too. Assume all headers are C by default, but ftdetect

0 commit comments

Comments
 (0)