diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-02-16 07:25:16 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2023-02-16 08:09:41 +0800 |
commit | 968cd1ed933c039b8d60b0110bc6b539c71e387d (patch) | |
tree | 07100b51218fc9888becb0613a00eebe76ff7d4a /test/functional/legacy/search_spec.lua | |
parent | f1c5887377c9ae547a7564ec4fc52d72656a974f (diff) | |
download | rneovim-968cd1ed933c039b8d60b0110bc6b539c71e387d.tar.gz rneovim-968cd1ed933c039b8d60b0110bc6b539c71e387d.tar.bz2 rneovim-968cd1ed933c039b8d60b0110bc6b539c71e387d.zip |
vim-patch:9.0.1309: scrolling two lines with even line count and 'scrolloff' set
Problem: Scrolling two lines with even line count and 'scrolloff' set.
Solution: Adjust how the topline is computed. (closes vim/vim#10545)
https://github.com/vim/vim/commit/1d6539cf36a7b6d1afe76fb6316fe662f543bf60
Cherry-pick test_scroll_opt.vim changes from patch 8.2.1432.
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'test/functional/legacy/search_spec.lua')
-rw-r--r-- | test/functional/legacy/search_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/search_spec.lua b/test/functional/legacy/search_spec.lua index 3f1f85cf28..4228940eda 100644 --- a/test/functional/legacy/search_spec.lua +++ b/test/functional/legacy/search_spec.lua @@ -290,8 +290,8 @@ describe('search cmdline', function() -- First match feed('/thei') screen:expect([[ + 3 the | 4 {inc:thei}r | - 5 there | /thei^ | ]]) -- Match from initial cursor position when modifying search |