diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2024-04-09 07:08:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-09 07:08:52 +0800 |
| commit | 66e86d3095447204d54991e98b83259e88affa9d (patch) | |
| tree | 9218c97bc1076dd8cd84fac9588bbbd0578b049e /test/functional | |
| parent | 7035125b2b26aa68fcfb7cda39377ac79926a0f9 (diff) | |
| parent | 8f5fd0884b4424d028feef1bccd018a48c93a59c (diff) | |
| download | rneovim-66e86d3095447204d54991e98b83259e88affa9d.tar.gz rneovim-66e86d3095447204d54991e98b83259e88affa9d.tar.bz2 rneovim-66e86d3095447204d54991e98b83259e88affa9d.zip | |
Merge pull request #28160 from luukvbaal/vim-9.1.0258
vim-patch:9.1.{0258,0260,0280}
Diffstat (limited to 'test/functional')
| -rw-r--r-- | test/functional/legacy/matchparen_spec.lua | 2 | ||||
| -rw-r--r-- | test/functional/legacy/normal_spec.lua | 3 |
2 files changed, 2 insertions, 3 deletions
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('V<c-d><c-d>3j') + feed('V<c-d><c-d>') screen:expect([[ {17:{} | {17:}} | diff --git a/test/functional/legacy/normal_spec.lua b/test/functional/legacy/normal_spec.lua index 113f7c668a..c57e51c18e 100644 --- a/test/functional/legacy/normal_spec.lua +++ b/test/functional/legacy/normal_spec.lua @@ -94,10 +94,9 @@ describe('normal', function() feed('ggG<C-D>') screen:expect({ grid = [[ - foobar one two three |*8 + foobar one two three |*16 ^foobar one two three | {2:---} | - {1:~ }|*8 | ]], }) |