-
-
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
doesn't refresh signs after staging chunk #1127
Comments
the file has already been staged but the sign remains there |
When adding the changes into stage in another terminal, the sign is not updated except the last current buffer. |
I have a very similar problem to you. |
Be sure to use the most recent version of the plugin, i.e. the last commit on |
I can't reproduce this. Someone please create a new issue with precise reproductions steps. |
Description
the signs remain there after StageChunk
Neovim version
NVIM v0.10.1 Build type: Debug LuaJIT 2.1.1713484068 Run "nvim -V1 -v" for more info
Operating system and version
ubuntu 22.04 (Linux Mint)
Expected behavior
signs should disapear
Actual behavior
signs doesn't disapear
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: