LCD 47
2a770da3a0
GitHub has changed the addresses for user content.
2014-04-26 10:05:02 +03:00
LCD 47
9d4b173493
README: minor update.
...
The official way to install pathogen has changes slightly.
Add a link to the syntax checker guide.
2014-04-26 08:09:03 +03:00
LCD 47
4b9e87499d
README: clarifications for calling multiple checkers.
2014-04-14 08:43:12 +03:00
LCD 47
41edfe34c7
New checker for plist XML: plutil.
2014-04-13 19:59:54 +03:00
LCD 47
6ad57016c1
New checker for R: lint.
2014-04-05 09:15:10 +03:00
LCD 47
6d05d1735a
README: add anchors for FAQ items.
2014-04-02 22:47:09 +03:00
LCD 47
a62fc9eeba
README: minor update.
2014-04-02 21:32:34 +03:00
LCD 47
82bff20b02
README: change address for YouCompleteMe.
2014-03-30 21:11:39 +03:00
LCD 47
74121741f2
README: put examples in accord with the defaults.
2014-03-04 14:29:13 +02:00
LCD 47
ae65cbac4f
README: minor updates, rewording, and formatting.
2014-03-04 11:13:43 +02:00
LCD 47
c18065ea52
Security: disable the perl checker by default.
2014-03-03 09:43:14 +02:00
LCD 47
d12bc4f1d1
jsxhint: cleanup.
2014-02-22 22:39:13 +02:00
LCD 47
4def389ae4
Cleanup: asm/gcc checker.
2014-02-08 09:32:44 +02:00
LCD 47
edb04eee7c
README.markdown: add a TOC.
2014-02-03 08:23:00 +02:00
LCD 47
dfc94ad8f8
New checker for texinfo: makeinfo.
2014-02-02 17:16:25 +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
f624e56686
Add make to the list of supported filetypes.
2014-01-29 14:04:16 +02:00
LCD 47
49f99259d6
Add VimL to the list of supported languages.
2014-01-24 18:33:00 +02:00
LCD 47
955da9802e
Minor cleanup.
2014-01-24 18:22:22 +02:00
LCD 47
6c9735335f
Remove support for YCM.
...
YCM has now its own navigation functions, so there is no longer any need
to call it from syntastic.
g:syntastic_delayed_redraws is also gone. Syntastic doesn't use popup
menus, and the only purpose of this variable was to provide a workaround
for a problem triggered by YCM.
References:
https://github.com/Valloric/YouCompleteMe/pull/763
2014-01-20 10:29:06 +02:00
John Wiseman
603e3f6757
Be explicit that this is for vim.
2014-01-19 16:45:43 -08:00
LCD 47
c73855dff5
Cleanup the glsl/cgc checker.
2014-01-03 09:54:10 +02:00
LCD 47
11a0f83e66
Add ActionScript to the list of supported languages.
2014-01-03 08:25:24 +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
0714044f98
Add Limbo to the list of supported languages.
2013-11-25 20:03:18 +02:00
LCD 47
e468e98e45
Add PO to the list of supported filetypes.
2013-11-23 17:45:42 +02:00
LCD 47
55e8b51219
Remove a few forgotten references to syntastic#makeprg#build().
2013-11-15 23:02:06 +02:00
LCD 47
f92741d3f6
Added Chef to the list of supported languages.
2013-10-17 19:57:31 +03:00
Jeremy Mack
41059ba9ce
Fix wiki link
2013-10-03 10:02:12 -04:00
LCD 47
753cbdf3ec
Add Handlebars to the list of supported languages.
2013-10-03 10:16:30 +03:00
LCD 47
29839fc89f
Merge branch 'gcc_refactor'
2013-09-20 01:52:15 +03:00
LCD 47
90a27dded1
Add Dust to the list of supported languages.
2013-09-20 01:41:07 +03:00
Tim Mower
4b2e024f82
Update with explanation of override behaviour
...
Hope I'm clear enough here - I ran into an issue with the phpcs example where it specifies --report=csv by default, adding my options didnt include this default so I had to add my new argument and the default to the option.
2013-08-23 11:33:21 +01:00
LCD 47
1bc5ce6d4c
Merge branch 'master' into gcc_refactor
2013-08-11 10:12:40 +03:00
LCD 47
c8bceb4ac3
New checker asciidoc, for (surprise!) asciidoc files.
2013-08-11 10:10:57 +03:00
LCD 47
5c75519bc8
Add verilator checker for verilog.
2013-08-07 20:41:50 +03:00
LCD 47
a4a6dd6fcf
Merge branch 'master' into gcc_refactor
2013-07-10 10:31:41 +03:00
LCD 47
eeec03d19d
Minor fixes to the docs. Document g:syntastic_debug.
2013-07-09 22:15:24 +03:00
LCD 47
49e6d23168
Merge branch 'master' into gcc_refactor
2013-07-08 11:31:03 +03:00
LCD 47
0725802a33
Added hss to the list of supported languages.
2013-07-08 11:23:47 +03:00
LCD 47
8c9ed2da1b
Merge branch 'master' into gcc_refactor
2013-06-21 20:50:40 +03:00
Ian Whitlock
564428b634
Fixed typo in README
2013-06-20 16:08:34 -03:00
LCD 47
f712fd959a
New checker: cobol/cobc (OpenCOBOL).
2013-06-17 14:52:12 +03:00
LCD 47
bad592ece8
Minor fixes.
2013-05-30 19:08:12 +03:00
LCD 47
6be98fe110
Formatting, again.
2013-05-28 10:26:30 +03:00
LCD 47
cc1b898c78
Minor update to the docs.
2013-05-27 10:43:11 +03:00
LCD 47
729e2e08fb
Add a note about syntastic_always_populate_loc_list. Formatting.
2013-05-27 10:20:44 +03:00
Garrison Jensen
d6c047a012
Change 'call' to 'execute'
...
According to https://github.com/tpope/vim-pathogen
2013-05-23 18:04:13 -06:00