mirror of
https://github.com/neovim/neovim.git
synced 2026-09-04 21:30:35 +00:00
Problem: Cursor correction can move the cursor up at the end of the
buffer when 'scrolloffpad' is enabled (gx089).
Solution: Allow missing context below EOF in cursor_correct(). Add
regression tests for CTRL-D and CTRL-E (Seunghee Kim).
fixes: vim/vim#21096
closes: vim/vim#21188
6a3db67a52
Co-authored-by: SeungheeKim <ksh368@naver.com>