From 89ec27e97f3cdf568657cac9caf4cd688e46970c Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Tue, 14 Jul 2009 21:42:59 +1200 Subject: [PATCH] add a note about syntastic_auto_loc_list --- plugin/syntastic.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 07261123..8d17eac1 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -83,6 +83,11 @@ " let g:syntastic_enable_signs=1 " " +"Use this option tell the script to automatically open the location list (i.e. +"the error window) when a buffer has errors +" let g:syntastic_auto_loc_list=1 +" +" "============================================================================ if exists("g:loaded_syntastic_plugin")