diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-11-20 23:50:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-21 06:50:30 +0800 |
| commit | 07db909eb5ae2a559771068be64439eba394cd61 (patch) | |
| tree | b5eee15db09280c5256223b455cbd6b934679427 /test/functional/provider | |
| parent | cedf155fb5c4d687747e59f5d3fdad76a40aa069 (diff) | |
| download | rneovim-07db909eb5ae2a559771068be64439eba394cd61.tar.gz rneovim-07db909eb5ae2a559771068be64439eba394cd61.tar.bz2 rneovim-07db909eb5ae2a559771068be64439eba394cd61.zip | |
docs: misc (#31138)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'test/functional/provider')
| -rw-r--r-- | test/functional/provider/clipboard_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/provider/clipboard_spec.lua b/test/functional/provider/clipboard_spec.lua index 722442acbd..2b54ea93e0 100644 --- a/test/functional/provider/clipboard_spec.lua +++ b/test/functional/provider/clipboard_spec.lua @@ -544,7 +544,7 @@ describe('clipboard (with fake clipboard.vim)', function() ]]) feed('gg^<C-v>') -- Goto start of top line enter visual block mode feed('3ljy^k') -- yank 4x2 block & goto initial location - feed('P') -- Paste it infront + feed('P') -- Paste it before cursor expect([[ aabbaabbcc ddeeddeeff |