syntastic/autoload
Konstantin Stepanov 46d43a6913 errors highlighter: syntastic#HighlightErrors() third optional bool argument to force callback call
Normally if location item has "col" item, syntastic#HighlightErrors() handle it without callback
call for performance reason. But sometimes it's necessary to handle all items with callback
(like in new vala syntax checker), so third optional bool arg is added to the function.

If this argument exists and has true value, then callback function is called on *all*
location items, no matter is they have "col" element or not.
2011-07-10 15:42:09 +03:00
..
syntastic.vim errors highlighter: syntastic#HighlightErrors() third optional bool argument to force callback call 2011-07-10 15:42:09 +03:00