syntastic/syntax_checkers
Martin Grenfell 892cc2c232 refactor the error highlighting system
* remove the public SyntasticHighlightErrors() function
* shift the above code into s:HighlightErrors(). This is called
  automatically if g:syntastic_enable_highlighting is set
* to get the highlight regex we just look for a function called
  Syntastic_<filetype>_GetHighlightRegex
* to force this function to be called, each error item must have the
  'force_highlight_callback' key set

This code has one important functional change: now errors are *always*
highlighted if possible whereas previously they were only highlighted if
a call to SyntasticHighlightErrors was made.
2012-03-02 10:05:15 +00:00
..
2012-02-11 15:40:45 +00:00
2011-12-18 19:05:40 +01:00
2010-09-24 10:48:49 +08:00
2011-12-02 10:38:11 +00:00
2012-01-06 17:07:58 -08:00
2012-02-11 15:40:45 +00:00
2011-07-09 18:59:21 +12:00
2012-01-19 19:28:18 +01:00
2012-03-02 10:05:15 +00:00
2012-02-20 14:17:22 +01:00
2012-03-02 10:05:15 +00:00
2012-02-27 17:27:54 +02:00
2011-02-09 03:28:24 +08:00
2012-02-11 12:51:42 +00:00
2012-01-11 16:31:56 +00:00
2012-02-20 20:08:16 -05:00
2011-12-05 15:07:22 +00:00
2011-02-27 00:30:02 +13:00
2011-02-09 04:45:40 +08:00
2011-12-24 22:26:33 +01:00
2012-02-19 22:09:16 +01:00