mirror of
https://github.com/neovim/neovim.git
synced 2026-02-04 11:30:53 +10:00
Problem: screenpos() is wrong when the last line is partially visible and
'display' is "lastline".
Solution: Also compute the position for a partially visible line.
(closes vim/vim#8599)
189663bdac
Co-authored-by: Bram Moolenaar <Bram@vim.org>