mirror of
https://github.com/neovim/neovim.git
synced 2026-02-28 22:28:26 +00:00
Problem: Line number corrected for conceal_lines may be set beyond eob
when the last buffer line is concealed, causing ml_get errors.
Solution: Avoid setting line number beyond eob.
(cherry picked from commit 3341ab0776)