mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00

Problem: Computed buffer line for mouse position does not take into
account concealed lines on the reached row.
Solution: Adjust for concealed lines at the end of the loop computing
the buffer position.
(cherry picked from commit 2f8fb4f28a
)