LCD 47
0de089b85d
Allow foreign checkers to call foreign preprocess and postprocess functions.
2014-03-04 17:18:59 +02:00
LCD 47
c18065ea52
Security: disable the perl checker by default.
2014-03-03 09:43:14 +02:00
LCD 47
fb71514648
Move preprocess functions to their own file.
2014-02-26 10:31:38 +02:00
LCD 47
e323437303
More preparations for the foreign checkers feature.
2014-02-24 11:04:34 +02:00
LCD 47
25271f89ae
Add buffer-local versions for auto_loc_list and loc_list_height.
2014-02-24 10:10:18 +02:00
LCD 47
b0191a144c
Refactor of quiet_message filters.
...
Optimisation: merge handling of global and per-checker filters.
Feature: allow [] and '' values for quiet_messages filter elements.
Feature: allow overrides for quiet_messages filters.
Feature: buffer-local auto_jump and quiet_messages.
Safety: add magic specifiers to catch regexps.
Cleanup: minor restructuring for the forthcoming foreign checkers
feature.
2014-02-24 01:10:33 +02:00
LCD 47
2940b0c721
Bug fix: checker ordering. Formatting.
2014-02-23 11:47:52 +02:00
LCD 47
47e5739f2e
Formatting.
...
Improved folding.
Consistent naming of private methods.
Moving a few functions arround.
2014-02-23 11:07:39 +02:00
LCD 47
0f3a1bf450
Cleanup.
...
Enforce sane loading order.
Group global initialization.
Minor logging fixes.
New option: g:syntastic_bash_hack.
2014-02-23 10:22:37 +02:00
LCD 47
c658ff15a5
Registry refactor.
...
Simplify registry data structure.
Simplify registru functions.
Optimisations.
2014-02-17 23:32:53 +02:00
LCD 47
fd5fb851da
Minor cleanup.
2014-02-13 07:50:01 +02:00
LCD 47
d304890946
Minor cleanup.
2014-02-13 07:43:48 +02:00
LCD 47
70746c0f5f
Option shellxescape has been added in Vim 7.3.446.
2014-02-13 07:09:20 +02:00
LCD 47
7795dff24b
Add support for buffer versions of makeprgBuild variables.
...
New utility function syntastic#util#var(). Cleanup.
2014-02-12 21:25:51 +02:00
Joshua Rahm
0eed307fdb
added syntax checking for .asm and .s files using gcc
2014-02-07 20:51:59 -07:00
LCD 47
8e49a6cfa7
Bug fix: pilot error adding g:syntastic_extra_filetypes.
2014-02-07 16:53:28 +02:00
LCD 47
b9cddb729f
Add support for g:syntastic_extra_filetypes.
...
This is useful when registering checkers outside syntastic.
2014-02-07 11:37:28 +02:00
LCD 47
daf74923b7
Escape Festschrift, vol. 2: add function getExecEscaped().
2014-02-07 11:19:30 +02:00
LCD 47
f5a45095e2
Escape Festschrift: getExec() needs to be escaped before being used.
2014-02-06 16:50:27 +02:00
LCD 47
ac09497345
Add shellcheck as zsh checker.
2014-02-05 09:31:50 +02:00
LCD 47
9c804a7be8
Bug fix: default highlighting incorrectly computes end of line.
2014-02-02 18:16:15 +02:00
LCD 47
dfc94ad8f8
New checker for texinfo: makeinfo.
2014-02-02 17:16:25 +02:00
LCD 47
650ee9c309
Allow makeprgBuild() arguments to be lists.
...
String arguments to makeprgBuild() are used unchanged. Lists, both
inside checkers and in user variables, have their elements run through
syntastic#util#shescape() first. This solves an otherwise untractable
escaping problem.
2014-02-02 12:20:47 +02:00
LCD 47
8a588134f1
Cleanup: minor optimisations, formatting.
2014-02-01 18:44:04 +02:00
LCD 47
4948e5c254
Remove the gnumake checker.
...
There are situations when `make -s` can get stuck in a loop, even if
`make` itself would finish just fine. When this happens, Vim gets stuck
too, and has to be killed.
2014-02-01 08:25:26 +02:00
LCD 47
d1cf6fcfac
More debug logs.
2014-02-01 08:23:40 +02:00
LCD 47
d523ae9787
Add &shellquote to debug logs.
2014-01-30 20:31:47 +02:00
LCD 47
2b3df92350
New jump mode for g:syntastic_auto_jump.
...
If g:syntastic_auto_jump is set to 2, jump only if the first issue found
is an error.
2014-01-30 13:20:40 +02:00
LCD 47
46a2181849
Cleanup for gnumake.
2014-01-29 10:22:57 +02:00
LCD 47
8aa2a6f4c1
Cleanup.
2014-01-29 01:12:42 +02:00
LCD 47
552078320c
Further refactor: remove SyntasticMakeprgBuilder class.
2014-01-29 00:31:06 +02:00
LCD 47
44d7ffd7e0
makeprgBuild() refactor: add *_before and *_after options.
2014-01-28 21:44:44 +02:00
LCD 47
7434054e21
Optimisation: cache statusline flag.
2014-01-28 17:30:22 +02:00
LCD 47
f3240e6001
Cleanup: shut up lint warnings, formatting, doc nit.
2014-01-26 09:10:26 +02:00
Sergey Tatarintsev
0973ba27b8
Add bemhtml syntax checker
2014-01-24 17:19:39 +02:00
LCD 47
87e237a9d1
New checker: vimlint.
2014-01-24 11:58:57 +02:00
LCD 47
c78cf647a3
Remove deprecation warning for hasErrorsOrWarningsToDisplay().
...
Detecting whether hasErrorsOrWarningsToDisplay() is the same as
!isEmpty() can't be done reliably. Just leave it alone for now.
2014-01-22 23:19:21 +02:00
LCD 47
d629be9e8d
Workaround for powerline: resurrect hasErrorsOrWarningsToDisplay().
2014-01-22 22:07:11 +02:00
LCD 47
e30c80623d
Bug fix: loclist clobbered by filter().
...
Loclist cleanup: hasErrorsOrWarningsToDisplay() == !isEmpty().
Loclist cleanup: rename filteredRaw() --> getRaw().
Loclist cleanup: rename toRaw() --> copyRaw().
2014-01-22 21:14:31 +02:00
LCD 47
e4b77ddcd9
Bump version number.
2014-01-20 08:59:43 +02:00
LCD 47
9057e3eff5
Bump version number.
2014-01-14 07:31:06 +02:00
LCD 47
327ba4c415
Optimise loclist.filter().
2014-01-04 10:01:43 +02:00
LCD 47
ee3c56c6f7
New feature: message filtering.
...
New options: g:syntastic_quiet_messages, and a per-checker version
of it named g:syntastic_<filetype>_<checker>_quiet_messages.
Option g:syntastic_quiet_warnings is now deprecated.
Option g:syntastic_ignore_files now refers only to files that shouldn't
be checked.
2014-01-04 10:01:43 +02:00
Joshua Rahm
e86385f789
added glsl checker
2013-12-27 01:07:08 -07:00
Andy Earnshaw
7b29bea72d
New syntax checker actionscript/mxmlc
2013-12-20 23:35:29 +00:00
LCD 47
1852b5d386
:SyntasticInfo now takes an optional argument.
...
Added several clarifications to the manual.
2013-12-16 18:06:30 +02:00
LCD 47
6aafacbbb8
Update: dart_analyzer has been replaced by dartanalyzer.
2013-12-13 13:51:55 +02:00
LCD 47
77c4eb3eec
Workaround for autocmd brain damage.
...
Vim doesn't call autocmd commands in a predictible order, which can lead
to missing filetype when jumping to a new file with `lrewind`.
2013-12-04 19:39:30 +02:00
LCD 47
b89c644468
Fix an infinite loop in syntastic#util#findInParent().
...
As a side effect, also fix some of the "has('win32')" mess.
2013-12-04 16:50:35 +02:00
LCD 47
c18ad3e5b8
New checker for yacc: bison.
2013-12-02 16:31:45 +02:00