You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and my Visual highlight has a dark ctermbg and a light ctermfg.
Expected behavior
Here I have the 3rd line (export const ...) folded:
When I select the folded line in visual mode I expect it to take on all the attributes of the Visual highlight group.
Actual behavior
Here, I've selected both lines in visual mode:
As seen with the non-folded line (import db from ...), my Visual highlight group has a dark ctermbg and a light ctermfg. The folded line only takes on the Visual highlight's dark ctermbg, but not the light ctermfg.
The text was updated successfully, but these errors were encountered:
Neovim version (nvim -v | head -n1)
NVIM v0.9.5
Operating system/version
macOS 14.3
How to reproduce the issue
I'm using
and my Visual highlight has a dark ctermbg and a light ctermfg.
Expected behavior
Here I have the 3rd line (
export const ...
) folded:When I select the folded line in visual mode I expect it to take on all the attributes of the Visual highlight group.
Actual behavior
Here, I've selected both lines in visual mode:
As seen with the non-folded line (
import db from ...
), my Visual highlight group has a dark ctermbg and a light ctermfg. The folded line only takes on the Visual highlight's dark ctermbg, but not the light ctermfg.The text was updated successfully, but these errors were encountered: