-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CheckSyntax doesn't check anything #30
Comments
I'm sorry but checksyntax is currently unmaintained. It probably wouldn't be too difficult to fix things but I currently don't have the time for maintaining plugins I don't use myself on a daily basis. And since I use vim only for writing nowadays ... |
You could try
and then post the relevant lines from vim.log. Most of the time, either the errorformat expression is wrong for your configuration, or checksyntax cannot find the executable. |
Well, I assume this issue isn't relevant anymore. If it is, you could try two new ways to get hold of the problem:
If the issue isn't relevant any longer (i.e. if you don't answer), I'll close it in a few weeks. |
I just installed CheckSyntax via pathogen (placed in ~/.vim/bundle/checksyntax). When pressing
<F5>
or manually calling:CheckSyntax
, everything seems to run as it should, except no errors are reported (calling:ll
and:cc
returns empty lists). Tried with Java (jlint installed) and bash (bash -n
correctly reports the errors when run from commandline).I run Vim 7.4 on Ubuntu 14.04 64bit.
This is a relevant part of my vimrc:
The text was updated successfully, but these errors were encountered: