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
LCD 47
9856b73b3a
New checker for lex: flex.
2013-12-02 13:11:32 +02:00
LCD 47
aa63e1d79e
Cleanup fo the racket checker.
2013-12-01 19:09:33 +02:00
LCD 47
1ee2930e24
SyntasticCheck accepts multiple arguments. Cache available checkers.
2013-11-30 00:56:10 +02:00
LCD 47
31a882e52e
Minor cleanup: qualify case sensitivity.
2013-11-29 10:35:21 +02:00
LCD 47
cf66f35658
Cleanup the limbo checker.
2013-11-25 20:01:21 +02:00
syucream
1319e52925
Add syntax checking plugin for po files of gettext
2013-11-23 03:49:45 +09:00
LCD 047
fcb83a0d43
Merge pull request #876 from jcristovao/master
...
Bit rot: the registered name for ghc-mod is ghc_mod.
2013-11-21 08:38:05 -08:00
LCD 47
f97ebd2173
Minor cleanup.
...
Cleanup highlighting initialization.
Document the syntax highlight groups involved.
2013-11-21 18:27:52 +02:00
João Cristóvão
3721d9fca9
Name specified in ghc-mod.vim is ghc_mod, not ghc-mod.
2013-11-21 09:48:29 +00:00
LCD 47
4cc0b119c0
Minor cleanup.
2013-11-19 09:35:16 +02:00