add a help section for the syntastic_auto_jump option

This commit is contained in:
Martin Grenfell 2011-02-05 12:26:23 +13:00
parent e30ee7ce8b
commit d6a93dfd36

View File

@ -133,6 +133,12 @@ errors: >
let g:syntastic_enable_signs=1
<
*'syntastic_auto_jump'*
Enable this option if you want the cursor to jump to the first detected error
when saving or opening a file: >
let g:syntastic_auto_jump=1
<
*'syntastic_auto_loc_list'*
Use this option to tell syntastic to automatically open the |location-list|
(see |syntastic-error-window|) when a buffer has errors: >