-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
async lib update in c3070fc
broke select_hunk
#1223
Comments
Cannot reproduce on Nvim 0.10.2 or 0.9.5. Can you check what happends when you run |
Sure thing. Running
Out of curiosity, I ran
I also tried
|
I just tried on Linux and can reproduce. I can't get this issue on MacOS. |
Confirmed working now. Thanks as always! |
Description
After updating to c3070fc,
select_hunk
no longer works.Neovim version
NVIM v0.10.2 Build type: Release LuaJIT 2.1.1713773202 Run "nvim -V1 -v" for more info
Operating system and version
NixOS 24.11
Expected behavior
Using a mapping that invokes
select_hunk
should work, e.g.,vih
should select the hunk.Actual behavior
Nothing happens.
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
vih
with the cursor on the hunkGitsigns debug messages
Gitsigns cache
The text was updated successfully, but these errors were encountered: