diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-07-05 13:54:03 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2022-07-05 13:54:11 +0800 |
| commit | 936c11f9c871f3c8a6e26473b9f70e53dfb94bc3 (patch) | |
| tree | 5821583d59efa6f73e1e0edbbad0d23c14c3144b /src/nvim/testdir/test_substitute.vim | |
| parent | d07a39c54b1ecd767590821601c33164df4ba3e0 (diff) | |
| download | rneovim-936c11f9c871f3c8a6e26473b9f70e53dfb94bc3.tar.gz rneovim-936c11f9c871f3c8a6e26473b9f70e53dfb94bc3.tar.bz2 rneovim-936c11f9c871f3c8a6e26473b9f70e53dfb94bc3.zip | |
test(old): use Q -> gQ mapping instead of changing test when possible
Diffstat (limited to 'src/nvim/testdir/test_substitute.vim')
| -rw-r--r-- | src/nvim/testdir/test_substitute.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_substitute.vim b/src/nvim/testdir/test_substitute.vim index 8483435062..bd44079882 100644 --- a/src/nvim/testdir/test_substitute.vim +++ b/src/nvim/testdir/test_substitute.vim @@ -140,7 +140,7 @@ func Test_substitute_repeat() " This caused an invalid memory access. split Xfile s/^/x - call feedkeys("gQsc\<CR>y", 'tx') + call feedkeys("Qsc\<CR>y", 'tx') bwipe! endfunc |