Commit Graph

169 Commits

Author SHA1 Message Date
LCD 47
c452935384 README: add a link syntastic-more. 2015-02-23 15:00:58 +02:00
LCD 47
399389c84e README: add links to a few third party checkers. 2015-02-23 14:33:29 +02:00
LCD 47
c233c9bbd5 README: update URL for the Rust checker. 2015-02-23 09:32:02 +02:00
LCD 47
f4b064e2de README: rephrase. 2015-02-23 09:06:01 +02:00
LCD 47
71aa71bc1b README: more details about enabling checkers. 2015-02-22 19:03:44 +02:00
LCD 47
8256e43510 Typo. 2015-02-20 22:20:24 +02:00
LCD 47
471ce96afe Remove the xcrun checker for Swift.
A better third-party checker is included in Kevin Ballard's plugin
[vim-swift](https://github.com/kballard/vim-swift).
2015-02-20 22:15:09 +02:00
LCD 47
b69efd0723 README: Swift is now supported. 2015-01-31 08:39:31 +02:00
LCD 47
79007b01f2 Manual: minor additions.
Expand the quick start section.  Add a section for recommended
settings.

RAEDME: standard Vim command ":lprev" is actually called ":lprevious".
2015-01-10 07:25:15 +02:00
LCD 47
0da7a1e476 README: minor formatting. 2015-01-06 08:36:00 +02:00
LCD 47
6bea41bdfe README: rephrase. 2015-01-06 08:34:43 +02:00
LCD 47
1eb493ef33 README: add a section about recommended settings. 2015-01-06 08:20:50 +02:00
LCD 47
50f6b47cb1 README: fix reference to pathogen#infect(). 2015-01-04 08:57:34 +02:00
LCD 47
9fe26f71a4 README: formatting. 2014-12-04 11:06:27 +02:00
LCD 47
38ba360733 README: minor cleanup. 2014-12-04 11:05:12 +02:00
LCD 47
6b9a348423 README: expand TOC. 2014-12-04 10:58:47 +02:00
LCD 47
e18c414069 README: update FAQ about validator. 2014-12-04 10:13:53 +02:00
LCD 47
4354e31f90 README: rephrase. 2014-11-20 15:45:00 +02:00
LCD 47
41d571944b FAQ: add a note about HTML Tidy for HTML5. 2014-11-20 15:43:58 +02:00
LCD 47
4dba558288 Remove the avrgcc checker for Arduino.
According to #1173: "When the Arduino IDE compiles arduino files,
they're not just passed to avr-gcc -- there's some preprocessing that
happens".  This is the template problem, and syntastic doesn't have a
solution for it at this time.
2014-11-16 11:24:36 +02:00
LCD 47
7ed52d1e44 README: rephrase. 2014-10-16 15:18:54 +03:00
LCD 47
e9f930be05 README: expand the section about installation. 2014-10-16 12:09:10 +03:00
LCD 47
4a0d88ad7a Cleanup. 2014-10-08 09:35:57 +03:00
LCD 47
3a355fa4d1 Vim's filetype for Markdown is "markdown". 2014-10-06 19:09:25 +03:00
LCD 47
1e1c7086e3 README: rephrase of a FAQ question. 2014-09-30 14:31:26 +03:00
LCD 47
aea9647033 New checker for Linux RPM spec files: rpmlint. 2014-09-26 15:39:56 +03:00
LCD 47
cc33286605 FAQ: add a note about empty error windows. 2014-09-20 19:48:12 +03:00
LCD 47
53a321d0b1 README: clarifications about style checkers. 2014-09-19 08:20:30 +03:00
LCD 47
fb6747c013 Grammar. 2014-09-17 23:19:04 +03:00
LCD 47
9d2800f9a5 README: add a note about style checkers. Minor cleanup. 2014-09-17 20:22:28 +03:00
LCD 47
7b9b02954e README: typo. 2014-08-24 20:45:24 +03:00
LCD 47
4b7183b9dc README: add a note about Python 3. 2014-08-24 20:44:07 +03:00
LCD 47
e54f28e338 New redirect checker for arduino: avrgcc. 2014-07-15 09:33:31 +03:00
LCD 47
572d3e0ebc README: nit pick about re-enabling the perl checker. 2014-07-11 18:23:00 +03:00
LCD 47
3ebdeabf63 Add a note about rustc's new home. 2014-06-17 08:35:29 +03:00
LCD 47
dd5ca1f788 Add a note about the removal of the rustc checker. 2014-06-13 00:23:10 +03:00
LCD 47
1383c0f50a Remove the rustc checket for Rust.
Between #947, #1114, and #1112, this checker is too controversial to
maintain in syntastic.  Please consider using it as an external checker
if you need it:

https://github.com/scrooloose/syntastic/wiki/Syntax-Checker-Guide#external
2014-06-12 23:42:54 +03:00
LCD 47
284655357b Cabal checker: cleanup. 2014-05-31 11:52:52 +03:00
LCD 47
576b84e2b7 Update installation instructions.
Update pathogen's address.
Change ; to && to stop early in case of error (@koalaman).
2014-05-27 11:40:15 +03:00
LCD 47
e7d1519f55 Cleanup for bro. 2014-05-09 11:54:59 +03:00
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
LCD 47
fbea90dceb Added a FAQ entry about :bdelete. 2013-04-29 09:24:32 +03:00
abentancur
1a645a95a1 Updated all the languages currently supported 2013-04-26 00:34:25 -03:00
abentancur
d991f012bd updated the language support list 2013-04-26 00:02:45 -03:00
John Chee
10d1b282ce Point out syntastic global variables earlier
Update README -> FAQ to include an explicit question "How can I pass
additional arguments to a checker" and update to the vimdoc "Configuring
specific checkers" to point users to global variables accepted by
'syntastic#makeprg#build' before pointing them to checker source code.
2013-02-21 18:14:46 -08:00
Martin Grenfell
34a1fa673e readme: fix a couple of typos 2013-02-14 15:00:28 +00:00
Martin Grenfell
837722c2d8 add an faq about option names changing and remove changelog from readme 2013-02-14 14:58:47 +00:00
Martin Grenfell
240ad4b34f add an faq RE setting which checkers to use 2013-02-10 16:51:02 +00:00
Martin Grenfell
fec1bf34fe add an faq about style checkers 2012-12-05 23:34:13 +00:00
Martin Grenfell
c6c1f426a7 remove gender specific language from readme
Closes #402
2012-11-14 19:36:24 +00:00
Piet Delport
d6a72845a6 README: Typos. 2012-09-06 14:10:10 +02:00