From e6cfa22c4cd5b3b422aa4f8350c8e73a3eb2a090 Mon Sep 17 00:00:00 2001 From: Luuk van Baal Date: Tue, 2 Apr 2024 20:58:49 +0200 Subject: vim-patch:9.1.0258: half-page scrolling broke backward compatibility Problem: Support for 'smoothscroll' in (half-)page scrolling broke backward compatibility and can be made to work better. (after v9.1.215) Solution: Restore the previous cursor and end-of-buffer behavior for half-page scrolling and improve 'smoothscroll' support. (Luuk van Baal) https://github.com/vim/vim/commit/cb204e688e5c9d56a78b621ef27c35d91860cb09 --- test/functional/legacy/matchparen_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional') diff --git a/test/functional/legacy/matchparen_spec.lua b/test/functional/legacy/matchparen_spec.lua index db5a24e2e0..0a21efeb7c 100644 --- a/test/functional/legacy/matchparen_spec.lua +++ b/test/functional/legacy/matchparen_spec.lua @@ -19,7 +19,7 @@ describe('matchparen', function() call cursor(5, 1) ]]) - feed('V3j') + feed('V') screen:expect([[ {17:{} | {17:}} | -- cgit