git-conflict.nvim icon indicating copy to clipboard operation
git-conflict.nvim copied to clipboard

Highlighting does not work if markers are not visible

Open uloco opened this issue 2 years ago • 2 comments

When the conflict is very big and I scroll out of the conflict markers, git-conflict stops highlighting those areas. It should still highlight areas even when conflict markers are not visible but present in the file.

uloco avatar Jun 14 '23 14:06 uloco

@uloco I believe this is an upstream neovim issue but cannot find a reference. I observe the same behaviour with other plugins

akinsho avatar Jun 14 '23 21:06 akinsho

I can confirm that it behaves as expected in nvim v0.10

chase avatar Nov 26 '23 23:11 chase