mirror of
https://github.com/neovim/neovim.git
synced 2025-12-21 13:55:36 +00:00
Problem: Last line in a window does not store correct `wl_lastlnum` if
lines below it are concealed (resulting in e.g. incorrect
cursor row).
Solution: Increment `wl_lastlnum` while it points to a line above a
concealed line.