Commit Graph

2452 Commits

Author SHA1 Message Date
Donald Ephraim Curtis
e30ee7ce8b Fixed the problem with closing the Errors window and then wanting to
re-open it.  This error occurs when g:syntastic_auto_loc_list is
enabled.
2011-02-05 12:09:41 +13:00
Donald Ephraim Curtis
aebfc62a3b Silence the :ll command when auto_jump is enabled.
The message for the current error was being displayed when :ll was being
called.  Put a silent call to suppress output.
2011-02-05 12:09:27 +13:00
Donald Ephraim Curtis
9e6ad47d71 Add an option to jump to the first error. 2011-02-05 12:09:20 +13:00
Donald Ephraim Curtis
ddd858d8c1 Make it so that Loccation List is always populated.
Previously, the location list didn't get populated unless the Errors
window was displayed.  As a consequence there is no way to use :lnext
and :lprev to navigate the errors.  This makes it so that the list is
populated if there are new errors/warnings.
2011-02-05 12:08:56 +13:00
Dominique Rose-Rosette
b6bfca9701 Braindead "fix" for Rails 3's eruby sytax
Rails 3 ships with its own version of Erb. Plain old Erb barfes on things like
<%= form_for ... do %> instead of old <% form_for ... do %>

For the moment, let's use sed to filter out this case. Dirty kludge, but that
will do for now.
2011-02-03 12:48:12 +01:00
marty
7e183dd2e2 update my email in the docbk checker 2010-12-26 11:52:17 +13:00
Tim Pope
e394db20fa Add DocBook syntax checker 2010-12-26 06:50:53 +08:00
Harley Pig
c9a23c0bdb allow for custom perl efm program 2010-12-26 06:32:39 +08:00
Harley Pig
943d88877c added updated list and made note to check syntax_checkers dir 2010-12-26 06:32:38 +08:00
bmihelac
f874e9dc89 fix for #13 2010-12-26 06:32:13 +08:00
marty
06213cd241 fix a comment typo in the less syntax checker 2010-12-10 17:48:26 +08:00
Julien Blanchard
5850503574 LESS CSS syntax checker 2010-12-10 17:48:26 +08:00
Julien Blanchard
40ce610a14 WIP: less syntax checker 2010-12-10 17:48:26 +08:00
marty
97176807b6 switch to version 1.2.0 and update the changelog 2010-12-10 17:48:25 +08:00
marty
b8fbc338ce fix a comment typo in the less syntax checker 2010-12-09 13:09:29 +13:00
Julien Blanchard
4dbca32dfa LESS CSS syntax checker 2010-12-09 08:07:53 +08:00
Julien Blanchard
e1e327d5a3 WIP: less syntax checker 2010-12-09 08:07:52 +08:00
Julien Blanchard
107903e2f1 LESS CSS syntax checker 2010-12-07 17:39:23 +01:00
Julien Blanchard
3f59274de3 WIP: less syntax checker 2010-12-07 17:25:27 +01:00
marty
4b690ba5e2 switch to version 1.2.0 and update the changelog 2010-10-28 23:13:34 +13:00
kongo2002
1473b7dcdb c syntax_checker: major performance improvements 2010-10-24 07:26:56 +08:00
kongo2002
9b66271e39 c syntax_checker: add current and parent directory to includes 2010-10-24 07:26:56 +08:00
Lincoln Stoll
cd0ec9ca63 Update coffee error format 2010-10-24 07:26:55 +08:00
Lincoln Stoll
703374dc55 First cut at coffee script checker 2010-10-24 07:26:55 +08:00
Eric Naeseth
be76890cf0 Suppress Tidy warnings and errors for new HTML5 elements. 2010-10-24 07:26:55 +08:00
marty
34c05863df properly parse c++ errors that contain col nums 2010-10-24 07:26:54 +08:00
kongo2002
c76531336e c syntax_checker: major performance improvements 2010-10-23 03:39:42 +08:00
kongo2002
f57fcb4160 c syntax_checker: add current and parent directory to includes 2010-10-23 03:39:41 +08:00
Lincoln Stoll
8dfedc98b9 Update coffee error format 2010-10-13 18:22:38 +08:00
Lincoln Stoll
b643ab10de First cut at coffee script checker 2010-10-13 18:22:37 +08:00
Eric Naeseth
3005301b5d Suppress Tidy warnings and errors for new HTML5 elements. 2010-10-13 18:20:47 +08:00
marty
83b4fc6220 properly parse c++ errors that contain col nums 2010-10-04 10:37:08 +13:00
Chris Hoffman
f416158a35 Correct ruby syntax checker 2010-09-27 15:08:52 -05:00
Chris Hoffman
ac00f2d6a7 Merge remote branch 'scrooloose/master'
Conflicts:
	syntax_checkers/php.vim
	syntax_checkers/ruby.vim
2010-09-25 17:42:15 -05:00
Jeremy Cantrell
4cedcf3ee7 Too many '.' 2010-09-26 04:21:27 +08:00
kongo2002
c94e60fa5f fix multi-line expression 2010-09-25 14:26:56 +08:00
kongo2002
f822e3a9ca fine-tune c errorformat 2010-09-25 14:26:55 +08:00
kongo2002
2e028581f0 add bufnr and error type to lua syntax checker 2010-09-25 14:26:54 +08:00
kongo2002
53195a4ab4 add lua syntax checker 2010-09-25 14:26:53 +08:00
Jeremy Cantrell
c61890f1b7 Properly escape % for makeprg 2010-09-24 10:48:49 +08:00
kongo2002
7957f371d0 fix php errorformat 2010-09-24 08:52:54 +08:00
kongo2002
2679a8ce6a fix php errorformat 2010-09-24 09:18:23 +12:00
marty
ab06d93fad only sign errors for the current buffer 2010-09-14 14:42:01 +08:00
marty
97d6937dd4 only sign errors for the current buffer 2010-09-10 21:20:04 +12:00
Chris Hoffman
0aa697a130 Merge branch 'master' of http://github.com/scrooloose/syntastic 2010-08-21 19:20:43 -05:00
kongo2002
e45183a71d c syntax_checker: fix php extension 2010-08-13 05:56:53 +08:00
Joël Perras
0570e0605d C syntax checker: add PHP extension support. 2010-08-13 05:56:52 +08:00
kongo2002
ac5f550a80 c syntax_checker: rename option 2010-08-03 18:32:00 +08:00
kongo2002
7cc4ead065 c syntax_checker: improve option check 2010-08-03 18:31:59 +08:00
kongo2002
fe69005a9a c syntax_checker: modify documentation 2010-08-03 18:31:58 +08:00