-
Notifications
You must be signed in to change notification settings - Fork 394
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
Invalid Expression in Line 31 #104
Comments
I have the same error on my system |
I'm still seeing this issue even after 08a3494 |
It's fixed for me. |
@azakus which version of |
ack 2.12, vim 7.4 patches 1-135 I have not set |
@azakus sorry didn't ask it in first time, but which OS are you using and how is set your |
OS: Arch x86_64 |
Its now line 32.
|
Adding: |
I'm starting to think that was not a good idea try to respect wildignore with the plugin:
I'll remove this feature for now, and we can try use it in future. related with #93. |
Something is wrong with this line:
let s:ackprg_version = eval(matchstr(system(g:ackprg . " --version"), '[0-9.]+'))
When I start vim it tells me, that in line 31 (the one above) is an invalid expression.
The text was updated successfully, but these errors were encountered: