mirror of
https://github.com/neovim/neovim.git
synced 2026-09-04 05:10:36 +00:00
Problem: wrong end_row when copying extmarks to the pager buffer when expanding a message. Results in incorrect highlights or errors such as "invalid `end_col` out of range". Solution: don't forget to offset end_row by srow, as is already done for the copied lines and extmark rows.