Files
neovim/test/functional
Matei Stroia 526ae1cc1b fix(fold): virtual lines duplicate foldopen (#39891)
Problem:
Virtual lines above a line where a fold starts show `foldopen` in
`foldcolumn`.

Solution:
Check if the line below the virtual one is inside a fold that starts
higher up or if it's the start of a fold. In the latter case, don't show
anything in `foldcolumn` for the virtual line.

refactor: lint
2026-05-20 19:56:39 +08:00
..
2026-05-17 10:02:12 -04:00
2026-05-13 13:14:07 +01:00
2026-05-07 10:36:48 +02:00
2026-04-25 11:16:18 -04:00