Commit Graph

135 Commits

Author SHA1 Message Date
kongo2002
71a983011e c syntax_checker: search included files as well 2010-06-24 13:19:57 +08:00
kongo2002
07c33996e7 modify search for c header includes 2010-06-24 13:19:57 +08:00
kongo2002
03c89ebbad add check for ruby headers 2010-06-24 13:19:56 +08:00
kongo2002
e3c9e094d7 strip newline from pkg-config output 2010-06-24 13:19:56 +08:00
Robert Wahler
9515ebacab tone down ruby warnings to W1 (medium)
This avoids the "useless use of == in void context"
warning common in rspec spec files.
2010-06-24 13:11:54 +08:00
Jeremy Cantrell
5f775a452c Fixed shebang detection for multiple buffers 2010-06-24 13:05:07 +08:00
marty
f2b98a8426 add latex syntax checker 2010-06-02 16:23:09 +12:00
marty
2926533fd7 make the sass checker handle warnings too 2010-05-10 16:10:22 +12:00
kongo2002
8f26fe8720 check for glib as well 2010-02-19 09:45:04 +08:00
kongo2002
84125b40ed add support for gtk headers 2010-02-19 09:44:45 +08:00
kongo2002
7d6452a15f recognize '#!/bin/sh' as well 2010-02-19 09:44:45 +08:00
Jeremy Cantrell
6788c8513a User's shell was being used instead of the one specific to the filetype 2010-02-19 09:44:18 +08:00
kongo2002
0b157baa96 change maintainer of c/cpp/sh syntax checker 2009-12-23 04:11:40 +08:00
kongo2002
9d1438bbae add short explanation for c/cpp header file checking 2009-12-23 04:11:39 +08:00
kongo2002
923ab75e9c added cpp syntax checker 2009-12-23 04:11:39 +08:00
kongo2002
4dbe8baf4d added possibility to check header files 2009-12-23 04:11:38 +08:00
kongo2002
2aae51681b use gcc -fsyntax-only instead 2009-12-23 04:11:38 +08:00
kongo2002
ee5df45e5e added simple syntax checker for c files 2009-12-23 04:11:37 +08:00
kongo2002
bcbb485f7a added some shellescape() 2009-12-23 04:11:37 +08:00
kongo2002
5ae0aaab58 process all lines given by bash output 2009-12-23 04:11:37 +08:00
kongo2002
5ccfddf7b7 check for bash or zsh 2009-12-23 04:11:36 +08:00
kongo2002
bc087ce754 first try on shell syntax checker 2009-12-23 04:11:36 +08:00
marty
4e31dc1eb0 switch to version 1.1.0 2009-12-16 23:34:40 +13:00
marty
85746f989c add changelog and credits 2009-12-16 23:33:00 +13:00
marty
6a969529bb doc :Syntastic(Enable|Disable) and g:syntastic_disabled_filetypes 2009-12-16 23:14:55 +13:00
marty
5ad3cd67c1 change my email to gmail, hotmail licks ass crack 2009-12-16 23:02:36 +13:00
marty
2b296d4e80 add an xhtml syntax checker 2009-11-26 17:53:44 +13:00
Anthony Carapetis
adb375c380 added perl syntax checker 2009-11-24 18:33:47 +08:00
Anthony Carapetis
d87fe1ee46 first commit of haskell.vim 2009-11-24 17:32:26 +08:00
marty
5ea36cb882 add commands to disable/enable syntax checking per filetype
Add these:
    :SyntasticDisable [filetype]
    :SyntasticEnable [filetype]

[filetype] defaults to the current filetype.

Add functions to bind the commands to.

Add g:syntastic_disabled_filetypes option to specify which filetypes
are disable by default.
2009-09-20 22:49:59 +12:00
Tim Pope
5184c3fb73 First draft of a Cucumber syntax checker 2009-09-17 20:18:28 +12:00
Travis Jeffery
578502afbb added rakefile for easy installation
Signed-off-by: Martin Grenfell <martin_grenfell@msn.com>
2009-09-15 11:10:05 +08:00
Tim Pope
c83e196c84 Don't automatically focus quickfix window 2009-09-14 23:24:31 +12:00
Tim Pope
9c5553c167 Add another jsl warning format
Some warnings don't include the word lint, like the warning from

  function(x) { var x; }
2009-09-13 12:42:11 -04:00
Tim Pope
0e1c82686c Really don't load rubygems when checking eruby 2009-09-13 12:35:55 -04:00
marty
6b6546c8cc dont use :signs if vim wasnt compiled with them 2009-09-13 18:41:47 +12:00
marty
9712de9a47 remove bogus info from a method comment 2009-09-13 18:38:10 +12:00
marty
f3fdaccc38 make sure we dont load rubygems when syntax checking [e]ruby 2009-09-13 18:33:03 +12:00
marty
564496ed5a switch to version 1.0.0 2009-08-11 21:11:51 +12:00
marty
8af6d322ef update the intro in the doc 2009-08-11 21:09:30 +12:00
Martin Grenfell
20c741b56c add python syntax checker (fairly ghetto atm) 2009-07-29 22:26:33 +12:00
Martin Grenfell
69d7b5ac63 update the doc 2009-07-29 18:55:04 +12:00
Martin Grenfell
1cde42cb23 rename a var for consistency 2009-07-29 16:07:04 +12:00
Martin Grenfell
def9226891 update the javascript syntax checker
make it differentiate between errors and warnings
2009-07-27 14:59:37 +12:00
Martin Grenfell
77f428295a add gavings javascript syntax checker 2009-07-27 14:30:07 +12:00
Martin Grenfell
af1a7b89a1 return an error type for sass/haml checkers 2009-07-22 11:48:22 +12:00
Martin Grenfell
52f52feafc minor change to the doc 2009-07-22 11:26:37 +12:00
Martin Grenfell
4b769b1dbe add syntastic_quiet_warnings option 2009-07-20 22:26:03 +12:00
Martin Grenfell
b8d2430814 add a doc file, remove the doc from the top of the script 2009-07-18 23:41:04 +12:00
Martin Grenfell
3dee539a2e some minor cleanups 2009-07-17 16:13:27 +12:00