mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
2f638c0ac6
Problem: Page-wise scrolling with Ctrl-D/Ctrl-U implements
it's own logic to change the topline and cursor.
More logic than necessary for scrolling with Ctrl-F/Ctrl-B
was removed in patch 9.1.0211.
Solution: Re-use the logic from Ctrl-E/Ctrl-Y/Ctrl-F/Ctrl-B while
staying backward compatible as much as possible.
Restore some of the logic that determined how many lines will
be scrolled (Luuk van Baal)
|
||
---|---|---|
.. | ||
cjson | ||
klib | ||
man | ||
mpack | ||
nvim | ||
termkey | ||
unicode | ||
xdiff | ||
.valgrind.supp | ||
bit.c | ||
bit.h | ||
clint.py | ||
coverity-model.c | ||
nlua0.c | ||
uncrustify.cfg |