-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
table index is nil #1134
Comments
I'm also seeing this, I think this is not the first time I've encountered this. I don't seem to be able to reproduce it either. It does feels like more likely to happen if I'm quickly operating. Here is the traceback I copied from the last time it happened:
|
For me it happens often when I use Telescope Live Grep to open a file. |
Happens to me consistently when doing
Plugin seems to work fine though. |
I'm getting this error too, when opening many files at roughly the same time. |
Description
unfortunately i have no reproduction for the issue, nor am i sure what's going on. i have a script that's opening multiple files, which may be opening them fast. Maybe that's related to that.
I am using the latest commit of gitsigns, 8639036.
Unfortunately I don't have much more info than the stack. If that's not enough, i guess just close the issue.. I've been using this version for a while and I don't recall seeing this, so i think it must be a rare issue.
If you close the issue and I manage to get more information, I'll reopen it with the extra info...
Neovim version
NVIM v0.10.1 Build type: Release LuaJIT 2.1.1713484068
Operating system and version
linux fedora 40
Expected behavior
No response
Actual behavior
Error executing luv callback:
Minimal config
Steps to reproduce
mkdir gitsigns_issue
cd gitsigns_issue
git init
touch file
git add file
git commit -m 'initial commit'
nvim --clean -u minimal.lua file
Gitsigns debug messages
No response
Gitsigns cache
No response
The text was updated successfully, but these errors were encountered: