-
Notifications
You must be signed in to change notification settings - Fork 31
Error add_ok #1
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
Comments
Hi, thanks for raising that. The reason it isn't working for you is that there are two modes that the script can run in: one with perl, one in normal vim. It uses perl if possible for speed, and it's part of the quickhigh vim plugin that I incorporated into my plugin. Basically it looks like your Vim installation isn't compiled with perl support. You can either try recompiling, or you can wait for me to find the time to fix it :) If you're using macports, you can uninstall the current vim and re-install with perl support (and more) with:
Hope that helps. Thanks |
Han ! You're right, i have not perl extension, i'll compile my vim to see what's the benefit :) IMHO it would be great to disable this method if vim is not compiled with perl to not throw this error, i'll make a PR if you think that's useful. If i have time, i'll look at how to fix this bug |
Yeh that's great if you're happy to try and fix it! I'll also take a look On Apr 18, 2012 5:02 PM, "Stéphane PY" <
|
Add python 3 support
Hi, i've an error when i launch :Phpcs or :Phpmd, i think that's the same issue on Phpcc ...
The problem is there:
I fix quote by doing:
I'm not pro in vim and may you have an idea to retrieve correct buffer name or may it's related to my configuration:
Mac OS X 10.6
VIM 7.3
Have you any idea ?
Thank you.
The text was updated successfully, but these errors were encountered: