Commit Graph

6 Commits

Author SHA1 Message Date
Martin Grenfell
da78242123 add an option to SyntasticMake to specify defaults
Many of the syntax checkers were setting the 'bufnr' key for each
error manually and one was setting 'text' if it didnt exist too.

Add the 'defaults' option to SyntasticMake to set default values in the
returned error list - it only sets values if they are empty.
2011-12-09 13:47:42 +00:00
Martin Grenfell
965b3b7203 move the highlighting/balloon code into the main plugin file
In future I may move most of the code out into an autoload file, but in
the meantime I want all the code tidy and in one place for the next
release
2011-11-30 19:23:31 +00:00
Konstantin Stepanov
9cc9851069 lua error highlighting standardized 2011-05-03 15:36:19 +03:00
Konstantin Stepanov
7a7e889956 implemented lua error highlights 2011-05-03 02:22:51 +03:00
kongo2002
2e028581f0 add bufnr and error type to lua syntax checker 2010-09-25 14:26:54 +08:00
kongo2002
53195a4ab4 add lua syntax checker 2010-09-25 14:26:53 +08:00