mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00

Problem: Cursor not adjusted when near top or bottom of window and
'splitkeep' is not "cursor".
Solution: Move boundary checks to outer cursor move functions, inner
functions should only return valid cursor positions. (Luuk van
Baal, closes vim/vim#12480)
a109f39ef5