-
Notifications
You must be signed in to change notification settings - Fork 156
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
Index out of bounds #433
Comments
+1 |
Thanks I'll have a look |
+1 |
Have the same issue, when opening a larger array (php), any ideas on how to resolve this? I'm having this issue while using neovim, if I switch to vim, it works normally. |
Someone a simple example to reproduce this, just opened a few large arrays in nvim without an issue |
Hi @Dornat did you find a solution for this? I'm having the same problem. I don't know exactly how to reproduce it niether |
Currently I'm trying to debug remote php project in docker. And it runs great but every time I want to see properties and open them by pressing enter there is an error that shows up constantly:
And in log file there is this stuff.
Maybe this line that says about "writing 5 properties to the window" but an array has only 4 elements can be somehow connected to this. Just shot in the dark.
Don't know where else to look.
The text was updated successfully, but these errors were encountered: