diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-08-02 06:57:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-02 06:57:49 +0800 |
| commit | 9c91d5c61382639c06ca59e6cc2bfda6ba6abf18 (patch) | |
| tree | 3adccf6e926d21361994e7e3b86a691bda70d0a5 /src/nvim/testdir/test_cmdline.vim | |
| parent | d4b9f8186d4a73a661a407efb63fe8abca2c4e88 (diff) | |
| parent | 50672e3850ddd0ddacfcdcd536922440fb719093 (diff) | |
| download | rneovim-9c91d5c61382639c06ca59e6cc2bfda6ba6abf18.tar.gz rneovim-9c91d5c61382639c06ca59e6cc2bfda6ba6abf18.tar.bz2 rneovim-9c91d5c61382639c06ca59e6cc2bfda6ba6abf18.zip | |
Merge pull request #19617 from zeertzjq/vim-8.2.4956
vim-patch:8.2.{4899,4956,5013}
Diffstat (limited to 'src/nvim/testdir/test_cmdline.vim')
| -rw-r--r-- | src/nvim/testdir/test_cmdline.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_cmdline.vim b/src/nvim/testdir/test_cmdline.vim index 094c6fd8d4..7aac731709 100644 --- a/src/nvim/testdir/test_cmdline.vim +++ b/src/nvim/testdir/test_cmdline.vim @@ -642,6 +642,9 @@ func Test_cmdline_remove_char() call feedkeys(":abc def\<S-Left>\<C-U>\<C-B>\"\<CR>", 'tx') call assert_equal('"def', @:, e) + + " This was going before the start in latin1. + call feedkeys(": \<C-W>\<CR>", 'tx') endfor let &encoding = encoding_save |