syntastic/syntax_checkers
LCD 47 bd7e34757d R lint and svtools: fix CWD for Windows.
On Windows R is run with CWD set to the directory used at install time,
rather than the current directory.  The official workaround for this is
to add links to R from the home directories of each of your projects.
We can't do that in Vim, but we can call `setwd()` to Vim's idea of
current directory.  This mimics the behaviour of R on UNIX.
2014-06-14 06:53:50 +03:00
..
actionscript Expand a few config parameters. 2014-03-20 07:18:30 +02:00
ada Cleanup: allow more exec overrides; formatting. 2014-02-08 09:45:51 +02:00
applescript makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
asciidoc makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
asm Cleanup: asm/gcc checker. 2014-02-08 09:32:44 +02:00
bemhtml Minor cleanup. 2014-01-24 18:22:22 +02:00
bro Cleanup for bro. 2014-05-09 11:54:59 +03:00
c Bug fix: error sorting. 2014-04-16 22:16:40 +03:00
cabal Cabal checker: cleanup. 2014-05-31 11:52:52 +03:00
chef Minor cleanup: &cpo guards and formatting. 2014-01-03 11:29:08 +02:00
co makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
cobol Cleanup: allow more exec overrides; formatting. 2014-02-08 09:45:51 +02:00
coffee coffeelint: option --csv is deprecated (@greenify). 2014-05-29 12:09:17 +03:00
coq makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
cpp cppcheck: update for the new error format. Remove duplicate code. 2014-02-14 08:50:51 +02:00
cs makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
css New checker for less and css: recess (@pixelastic). 2014-04-30 10:27:01 +03:00
cucumber makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
cuda Escape Festschrift, vol. 2: add function getExecEscaped(). 2014-02-07 11:19:30 +02:00
d Cleanup: allow more exec overrides; formatting. 2014-02-08 09:45:51 +02:00
dart haxe and dartanalyzer: fix syntax highlighting. 2014-04-21 08:41:44 +03:00
docbk Minor cleanup: &cpo guards and formatting. 2014-01-03 11:29:08 +02:00
dustjs Minor cleanup: &cpo guards and formatting. 2014-01-03 11:29:08 +02:00
elixir Minor cleanup: &cpo guards and formatting. 2014-01-03 11:29:08 +02:00
erlang Don't forget about ebin/ 2014-03-05 19:44:43 +01:00
eruby More shell escape fixes. 2014-02-13 17:38:47 +02:00
fortran Cleanup: allow more exec overrides; formatting. 2014-02-08 09:45:51 +02:00
glsl makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
go Add pattern to match warnings from C compilers when checking Go code. 2014-02-14 12:32:57 -08:00
haml More shell escape fixes. 2014-02-13 17:38:47 +02:00
handlebars makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
haskell Bug fix: error sorting. 2014-04-16 22:16:40 +03:00
haxe haxe and dartanalyzer: fix syntax highlighting. 2014-04-21 08:41:44 +03:00
hss makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
html Cleanup: lock some variables. 2014-04-23 14:45:21 +03:00
java Merge remote-tracking branch 'cww/master' 2014-04-19 10:14:05 +03:00
javascript eslint: honour the exec parameter. 2014-05-10 22:29:15 +03:00
json makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
less New checker for less and css: recess (@pixelastic). 2014-04-30 10:27:01 +03:00
lex \V<pattern> regexps can spell trouble if <pattern> contains backslashes. 2014-03-09 22:21:29 +02:00
limbo Cleanup. 2014-01-29 01:12:42 +02:00
lisp More clisp fixes. 2014-05-03 11:45:02 +03:00
llvm makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
lua \V<pattern> regexps can spell trouble if <pattern> contains backslashes. 2014-03-09 22:21:29 +02:00
matlab makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
nasm makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
nroff makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
objc More shell escape fixes. 2014-02-13 17:38:47 +02:00
objcpp More shell escape fixes. 2014-02-13 17:38:47 +02:00
ocaml Minor cleanup: &cpo guards and formatting. 2014-01-03 11:29:08 +02:00
perl Security: disable the perl checker by default. 2014-03-03 09:43:14 +02:00
php Some versions of phcs produce an extra column: fix errorformat. 2014-05-07 20:53:02 +03:00
po \V<pattern> regexps can spell trouble if <pattern> contains backslashes. 2014-03-09 22:21:29 +02:00
pod Minor cleanup: &cpo guards and formatting. 2014-01-03 11:29:08 +02:00
puppet More shell escape fixes. 2014-02-13 17:38:47 +02:00
python Output of pep257 has changed. 2014-05-10 18:47:50 +03:00
r R lint and svtools: fix CWD for Windows. 2014-06-14 06:53:50 +03:00
racket Bug fix: error sorting. 2014-04-16 22:16:40 +03:00
rst makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
ruby ruby-lint: typo. 2014-06-06 21:20:31 +03:00
sass New checker for sass and scss: sassc. 2014-06-05 00:23:01 +03:00
scala makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
scss New checker for sass and scss: sassc. 2014-06-05 00:23:01 +03:00
sh Registry optimisation: lazy IsAvailable() calls. 2014-06-04 19:34:12 +03:00
slim More shell escape fixes. 2014-02-13 17:38:47 +02:00
tcl makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
tex Bug fix: error sorting. 2014-04-16 22:16:40 +03:00
texinfo \V<pattern> regexps can spell trouble if <pattern> contains backslashes. 2014-03-09 22:21:29 +02:00
text \V<pattern> regexps can spell trouble if <pattern> contains backslashes. 2014-03-09 22:21:29 +02:00
twig makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
typescript tslint: cleanup. 2014-04-21 13:07:39 +03:00
vala Cleanup. 2014-01-29 01:12:42 +02:00
verilog Cleanup: allow more exec overrides; formatting. 2014-02-08 09:45:51 +02:00
vhdl Updated argument ordering for ghdl. 2014-04-23 20:03:33 +01:00
vim vimlint: a more efficient IsAvailable(). 2014-04-14 09:06:52 +03:00
xhtml Formatting. 2014-04-15 09:09:37 +03:00
xml New checker for plist XML: plutil. 2014-04-13 19:59:54 +03:00
xslt Minor cleanup: &cpo guards and formatting. 2014-01-03 11:29:08 +02:00
yacc makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
yaml yamlxs: fix exec parameter. 2014-02-19 14:57:41 +02:00
z80 GitHub has changed the addresses for user content. 2014-04-26 10:05:02 +03:00
zpt Minor cleanup: &cpo guards and formatting. 2014-01-03 11:29:08 +02:00
zsh Add shellcheck as zsh checker. 2014-02-05 09:31:50 +02:00