mirror of
https://github.com/neovim/neovim.git
synced 2025-10-18 15:51:50 +00:00

Problem: Cursor row calculation does not take into account concealed lines. Solution: Break the loop when the next calculated line is concealed.