This commit is contained in:
LCD 47 2013-06-29 20:54:08 +03:00
parent 8751e32710
commit 4708539690

View File

@ -25,7 +25,7 @@ if !exists("g:syntastic_always_populate_loc_list")
endif endif
if !exists("g:syntastic_auto_jump") if !exists("g:syntastic_auto_jump")
let syntastic_auto_jump=0 let g:syntastic_auto_jump = 0
endif endif
if !exists("g:syntastic_quiet_warnings") if !exists("g:syntastic_quiet_warnings")