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/legacy/normal_spec.lua | |
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/legacy/normal_spec.lua')
-rw-r--r-- | test/functional/legacy/normal_spec.lua | 3 |
1 files changed, 1 insertions, 2 deletions
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 | ]], }) |