aboutsummaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-03-28 19:47:40 +0800
committerGitHub <noreply@github.com>2024-03-28 19:47:40 +0800
commitdde2cc65fd2ac89ad88b19df08dc03cf1da50316 (patch)
tree8a4f3e3165e071639598fed73981ffa05b1c4b0d /test/functional
parent346a6390286cf58d8a618fd9d803523e497c8af1 (diff)
parent2f638c0ac6275bebacd12671481642fa43d7ba10 (diff)
downloadrneovim-dde2cc65fd2ac89ad88b19df08dc03cf1da50316.tar.gz
rneovim-dde2cc65fd2ac89ad88b19df08dc03cf1da50316.tar.bz2
rneovim-dde2cc65fd2ac89ad88b19df08dc03cf1da50316.zip
Merge pull request #28044 from luukvbaal/vim-9.1.0211
vim-patch:9.1.{0211,0215}
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/legacy/matchparen_spec.lua2
-rw-r--r--test/functional/legacy/scroll_opt_spec.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/legacy/matchparen_spec.lua b/test/functional/legacy/matchparen_spec.lua
index 7b3f7bd424..adbf15d2e3 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('V<c-d><c-d>')
+ feed('V<c-d><c-d>3j')
screen:expect([[
{17:{} |
{17:}} |
diff --git a/test/functional/legacy/scroll_opt_spec.lua b/test/functional/legacy/scroll_opt_spec.lua
index 78028f2f44..c00993f5f7 100644
--- a/test/functional/legacy/scroll_opt_spec.lua
+++ b/test/functional/legacy/scroll_opt_spec.lua
@@ -740,7 +740,7 @@ describe('smoothscroll', function()
|
]])
exec("call setline(92, 'a'->repeat(100))")
- feed('<C-B>G')
+ feed('<C-L><C-B>G')
-- cursor is not placed below window
screen:expect([[
{1:<<<}aaaaaaaaaaaaaaaaa |