add a note about syntastic_auto_loc_list

This commit is contained in:
Martin Grenfell 2009-07-14 21:42:59 +12:00
parent 3debc6537e
commit 89ec27e97f

View File

@ -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")