This commit is contained in:
LCD 47 2014-01-30 13:23:22 +02:00
parent 2b3df92350
commit 5fb095caef

View File

@ -331,7 +331,7 @@ when saving or opening a file.
When set to 0 the cursor won't jump automatically. > When set to 0 the cursor won't jump automatically. >
let g:syntastic_auto_jump = 0 let g:syntastic_auto_jump = 0
< <
When set to 1 the cursor will alwaysjump to the first issue detected. > When set to 1 the cursor will always jump to the first issue detected. >
let g:syntastic_auto_jump = 1 let g:syntastic_auto_jump = 1
< <
When set to 2 the cursor will jump to the first issue detected, but only if When set to 2 the cursor will jump to the first issue detected, but only if