mirror of
https://github.com/neovim/neovim.git
synced 2026-03-14 21:07:24 +00:00
Problem: Skipping over a concealed line for which `win_line()`
_should_ be called because it has `virt_lines_above = false`
lines associated with it.
Solution: Don't include such a line in `wl_lastlnum` from the line
above.