From 47085396902855834147436c2d7b6a2ba64e2ddd Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Sat, 29 Jun 2013 20:54:08 +0300 Subject: [PATCH] Typo. --- plugin/syntastic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 8fd41c29..bd3cdf1e 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -25,7 +25,7 @@ if !exists("g:syntastic_always_populate_loc_list") endif if !exists("g:syntastic_auto_jump") - let syntastic_auto_jump=0 + let g:syntastic_auto_jump = 0 endif if !exists("g:syntastic_quiet_warnings")