-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Attempt to perform arithmetic on a nil value #814
Comments
This error seems similar to the error I noticed in #743 (comment), but I don't really see what the error on line 255 is, so I am not sure if it is caused by the same thing. If you replace |
same issue for me. errors while scrolling through rust code. |
Released a fix sorry for the delay, had some time off, and then we had the earthquake and tsunami |
@lukas-reineke, I'm still getting a similar error:
|
That's not a similar error, that is a the same as #813. You need to either use stable (0.9.5 is the latest, but I think 0.9.4 and older also work) or a newer version of 0.10 (not much more than a week old). |
Problem
Scrolling through some files I get stopped with the following error message:
I suspect maybe the attempted fix here of another issue is the problem: #809
Let me know if there is anything I can do to help.
Thanks for the plugin :)
Steps to reproduce
Start nvim and open the file you wish to edit. Start scrolling until an error message appears.
Here's an example file I was editing that showed the problem:
Line 21 is an example of a line that triggers the error for me.
Expected behavior
There are no errors.
Neovim version (nvim -v)
NVIM v0.9.2
The text was updated successfully, but these errors were encountered: