From d6a93dfd3632773182c0dcbfc61b791b356478a4 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sat, 5 Feb 2011 12:26:23 +1300 Subject: [PATCH] add a help section for the syntastic_auto_jump option --- doc/syntastic.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/syntastic.txt b/doc/syntastic.txt index 38285f3b..f3461ea3 100644 --- a/doc/syntastic.txt +++ b/doc/syntastic.txt @@ -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: >