add a note about the stl flag to the blurb

This commit is contained in:
Martin Grenfell 2009-07-11 16:22:23 +12:00
parent 04b312b0fd
commit 3d74f6df47

View File

@ -21,6 +21,19 @@
"the filetype in question (more about that below).
"
"
"Using the statusline flag
"----------------------------------------------------------------------------
"
"To use the statusline flag, this must appear in your &statusline setting:
" %{SyntasticStatuslineFlag()}
"
"Something like this could be more useful:
"
" set statusline+=%#warningmsg#
" set statusline+=%{SyntasticStatuslineFlag()}
" set statusline+=%*
"
"
"Implementing syntax checker plugins:
"----------------------------------------------------------------------------
"