comparison runtime/doc/version9.txt @ 34665:ca2da8e8fb53 v9.1.0215

patch 9.1.0215: Half-page scrolling does not support smooth-scrolling Commit: https://github.com/vim/vim/commit/5a2e3ec9ac72b6e644fea4ebba7e632498296e2f Author: Luuk van Baal <luukvbaal@gmail.com> Date: Thu Mar 28 10:07:29 2024 +0100 patch 9.1.0215: Half-page scrolling does not support smooth-scrolling 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) closes: #14316 Signed-off-by: Luuk van Baal <luukvbaal@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Mar 2024 10:15:08 +0100
parents 8079960136db
children 5b25ec43f208
comparison
equal deleted inserted replaced
34664:af61243e5aeb 34665:ca2da8e8fb53
1 *version9.txt* For Vim version 9.1. Last change: 2024 Mar 26 1 *version9.txt* For Vim version 9.1. Last change: 2024 Mar 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
41553 41553
41554 Changed *changed-9.2* 41554 Changed *changed-9.2*
41555 ------- 41555 -------
41556 41556
41557 - use 'smoothscroll' logic for CTRL-F and CTRL-B for pagewise scrolling 41557 - use 'smoothscroll' logic for CTRL-F and CTRL-B for pagewise scrolling
41558 - use 'smoothscroll' logic for CTRL-D and CTRL-U for half-pagewise scrolling
41558 41559
41559 Added *added-9.2* 41560 Added *added-9.2*
41560 ----- 41561 -----
41561 41562
41562 Various syntax, indent and other plugins were added. 41563 Various syntax, indent and other plugins were added.