LCD 47
f660d1074f
Cleanup: buffer handling.
2017-02-15 13:50:19 +02:00
LCD 47
53a3db5e3b
Formatting.
2017-02-07 07:41:40 +02:00
Justin Donaldson
15c13a9889
[haxe] add warning indicator to errorformat
2017-02-06 14:54:35 -08:00
LCD 47
2124af80ab
Manual: update version requirrement for checker flow.
2017-01-30 20:29:08 +02:00
LCD 47
bd03a27ca1
Checker flow: there is an option "--quiet" from flow 0.34.0.
2017-01-30 20:21:32 +02:00
Justin Donaldson
bbcb9f7cc4
[haxe] disable output during syntax check
2017-01-26 18:45:49 -08:00
LCD 47
b03f26d049
Merge remote-tracking branch 'origin/pr/1944'
2017-01-13 16:29:07 +02:00
Jean-Sébastien Pédron
f19b05d301
erlang_check_file.erl: Add support for Erlang.mk
...
Now, it first determines the compilation "profile" (are we building tests
or the program itself?) and the build tool. Once it found it - either
rebar when there is a `rebar.config` file, or Erlang.mk when there is a
`erlang.mk` file - it calls the appropriate function to query ERL_LIBS
paths and compiler options.
The Erlang.mk function uses the `show-ERL_LIBS`, `show-ERLC_OPTS` and
`show-TEST_ERLC_OPTS` Make targets to query those informations.
Signed-off-by: Gerhard Lazu <gerhard@lazu.uk>
2017-01-13 10:17:20 +01:00
LCD 47
40ac6c462e
Checker valac: fix previous bug fix. :)
2017-01-04 13:06:20 +02:00
LCD 47
9ed5763b8c
Workaround for loading syntastic on-demand.
2017-01-04 12:41:56 +02:00
LCD 47
e19298787a
Checker valac: fix behaviour.
2017-01-04 12:01:59 +02:00
jsshandle
78c0d21a9b
Fix outdated URL in doc/syntastic-checkers.txt.
2016-12-23 22:44:39 +01:00
LCD 47
675f67eea2
Manual: add a note about the "vim-glsl" plugin.
2016-12-05 17:01:49 +02:00
LCD 47
dfb263775b
Manual: stylint 1.5.7 is now supported.
2016-11-25 10:05:52 +02:00
LCD 47
0f9fa8a0c1
Core: log $TMPDIR and friends.
2016-11-23 22:50:05 +02:00
LCD 47
1c89d2a570
Checker stylus/stylint: fix errorformat for version 1.5.7.
2016-11-23 09:55:32 +02:00
LCD 47
e37dca1b48
Core: better error handling for system().
2016-11-21 13:55:28 +02:00
LCD 47
f3a5344f08
Checker stylus/stylint: version 1.5.7 breaks errorformat.
2016-11-15 10:00:59 +02:00
LCD 47
7993f7946f
Syntastic lives in its own organisation now.
2016-11-14 07:40:16 +02:00
LCD 47
734fde7f0b
Manual: document the proselint checker.
2016-10-30 07:33:34 +02:00
LCD 47
e84f80a68a
Bump version.
2016-10-22 06:42:09 +03:00
LCD 47
f0cf540870
Bump version.
2016-10-22 06:41:30 +03:00
LCD 47
17d1e44958
Bump version for release.
2016-10-22 06:39:29 +03:00
LCD 47
36484fbfb2
Removed checker ghc_mod.
2016-10-22 06:38:49 +03:00
LCD 47
9b45d5c4b4
Typo.
2016-10-19 08:43:03 +03:00
LCD 47
81732634df
Bug fix: make :SyntasticInfo print qualified names for foreign checkers.
2016-10-18 23:41:10 +03:00
LCD 47
9a8823af33
Merge remote-tracking branch 'origin/pr/1900'
2016-10-18 07:39:57 +03:00
Daniel Loffgren
b1fdce61a0
Do not assume we are assembling to an ELF
2016-10-17 20:16:04 -07:00
LCD 47
6ffba7395c
Cleanup: make sanity check message less confusing.
2016-10-17 11:05:03 +03:00
LCD 47
167a0625a6
Manual: add a note about EasyGrep.
2016-10-16 19:29:04 +03:00
LCD 47
90e96d445f
Bug fix: handling foreign checkers in "*_checkers" lists.
2016-10-11 11:32:54 +03:00
LCD 47
5044cc699b
New checker for text files: proselint.
2016-10-11 10:57:35 +03:00
LCD 47
753ed1fbe9
Minor fixes.
2016-10-10 22:57:17 +03:00
LCD 47
adf899f1ba
Refcator registry code.
...
It is now possible to run checkers for a filetype different than the
filetype of the current file.
2016-10-09 11:08:06 +03:00
LCD 47
1379530f03
New checker for HTML: htmlhint.
2016-10-08 09:05:59 +03:00
LCD 47
8b93210371
Manual: add a note about javac.
2016-10-06 16:43:38 +03:00
LCD 47
0a606ae28e
Bug fix: safety net for older versions of Vim.
2016-10-06 12:35:43 +03:00
LCD 47
4c4e516e1d
Bug fix: allow checkers to have an empty exec.
2016-10-05 14:47:54 +03:00
LCD 47
75b1095586
Typo.
2016-10-04 23:13:18 +03:00
LCD 47
ee4f39a67d
Minor cleanup.
2016-10-04 23:10:32 +03:00
LCD 47
9648145ab1
Core: cleanup buffer handling (stage 2).
2016-10-04 19:39:26 +03:00
LCD 47
59cc80a8f7
Bug fix: safer checks for deprecated variables.
2016-09-23 06:38:02 +03:00
LCD 47
90b19d188b
Checker luac: fix errorformat.
...
Newer versions of luac prepend error messages with the actual name of
the executable.
Reference: http://www.lua.org/source/5.3/luac.c.html#fatal
2016-09-22 09:09:35 +03:00
LCD 47
2b84b14cd1
Manual: add a note about "signcolumn".
2016-09-12 22:20:00 +03:00
LCD 47
e7d1fe75d4
README: minor fixes.
2016-09-12 19:59:11 +03:00
LCD 47
f4b6c80aef
Bug fix: more auto_loc_list fixes.
2016-09-11 13:22:15 +03:00
LCD 47
8ab26a2268
Bug fix: safer handling of auto_loc_list.
2016-09-11 12:42:04 +03:00
LCD 47
998179747a
Attempted fix for Neovim's setloclist().
2016-09-08 16:53:42 +03:00
LCD 047
ec8d6de50f
Merge pull request #1867 from dijonkitchen/spelling
...
Manual: fix spelling.
2016-09-07 19:29:06 +03:00
LCD 47
557b52fb20
Core: cleanup buffer handling (stage 1).
2016-09-07 19:27:12 +03:00