Commit Graph

163 Commits

Author SHA1 Message Date
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
Martin Grenfell
df9c16cc1e add an FAQ to the readme RE jumping between errors
This is in response to issues like #341 and #342
2012-09-05 10:14:30 +01:00
Mitch Lindgren
484537f1f1 Update README.markdown
Added a note on aliases not working for syntax checkers, which tripped me up for a while.
2012-09-03 12:24:18 -07:00
Zed A. Shaw
8b960bdf25 Grammar and formatting fix. 2012-09-03 09:45:28 -07:00
Zed A. Shaw
0135849368 Write install docs that explain the entire process and have potential pitfalls. 2012-09-03 09:43:05 -07:00
Martin Grenfell
de9f81b7e0 add an FAQ to the readme 2012-03-01 16:54:05 +00:00
Martin Grenfell
66e69dc360 Revert "Revert "Spent a while trying to figure out why :helptags wasn't working properly with pathogen, but it turns out the h has to be capitalized.""
This reverts commit 40374f1b67.
2012-02-27 15:37:15 +00:00
Martin Grenfell
40374f1b67 Revert "Spent a while trying to figure out why :helptags wasn't working properly with pathogen, but it turns out the h has to be capitalized."
This reverts commit ad42147e9a.

This should not have been merged in - I failed at reading the diff.
2012-02-27 12:13:52 +00:00
Ari Pollak
ad42147e9a Spent a while trying to figure out why :helptags wasn't working properly with pathogen, but it turns out the h has to be capitalized. 2012-02-23 11:30:47 -05:00
Martin Grenfell
3e80184d5f bump to v2.3.0 and update changelog and credits 2012-02-16 17:20:03 +00:00
Martin Grenfell
c8dc739e55 update the readme 2011-12-27 19:13:27 +00:00
Martin Grenfell
5413e9d84e make a cosmetic update to readme/screenshot 2011-12-27 19:10:13 +00:00
Martin Grenfell
3e73282693 update readme and add a screenshot 2011-12-27 19:05:16 +00:00
Martin Grenfell
54896becd3 bump to 2.2.0 and update changelog 2011-12-24 11:31:19 +00:00
Martin Grenfell
a210721744 change to version 2.1.0 2011-12-14 09:06:16 +00:00
Martin Grenfell
c5f85ca725 update changelog/credits 2011-12-14 09:06:09 +00:00
Martin Grenfell
e34f8dfced insert the changelog (from 2.0.0) into the readme 2011-12-13 23:22:17 +00:00
Martin Grenfell
1a20c871f9 add a note about the google group to the readme
created last night :) since there are over 50 contributors now it could
be useful to have a public place to discuss things.
2011-12-13 08:54:12 +00:00
Ben Regenspan
5954b5e5df tiny documentation addition re: generating helptags 2011-12-02 17:14:40 -05:00
Martin Grenfell
f2b9d24e95 add README 2011-11-30 20:56:43 +00:00