Hunks not gets reload after pressing ]c
(only with vim-css-color plugin installed)
#558
Labels
Milestone
]c
(only with vim-css-color plugin installed)
#558
Description
Hunks gets reload only on movements like
j
andk
(maybe some more), which results in behavior that when I open file and press]c
, I get my cursor navigated to first hunk in file, but it is not yet highlighted. And to highlight I must pressj
ork
at least once.Also with bisecting I found that this behavior started on 7de9533, so latest commit with "expected behavior" was 5c487a8.
And also plugin ap/vim-css-color is required to reproduce this issue.
Neovim version
v0.7.0
Operating system and version
archlinux
Expected behavior
Hunks should be highlighted just after pressing
]c
.good.mp4
Actual behavior
Hunks is not highlighted after
]c
and I should pressj
ork
to get it highlighted.bad.mp4
Minimal config
Steps to reproduce
nvim --clean -u minimal.lua somefile
]c
Gitsigns debug messages
No response
The text was updated successfully, but these errors were encountered: