diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-02-21 08:02:45 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-21 08:02:45 +0800 |
| commit | 726ec7fb17aa8a86b1c2c9adc4c6abfcb350d3a7 (patch) | |
| tree | 3e5715551c6e61d75ae8efe1a91cac17e4e089c8 /src/nvim/testdir/test_edit.vim | |
| parent | aeb390e28f6346009c5a67a9ea79161bc1e62dda (diff) | |
| parent | dcefd48c1b7023bb1dce25bf9f6cfce47edbe993 (diff) | |
| download | rneovim-726ec7fb17aa8a86b1c2c9adc4c6abfcb350d3a7.tar.gz rneovim-726ec7fb17aa8a86b1c2c9adc4c6abfcb350d3a7.tar.bz2 rneovim-726ec7fb17aa8a86b1c2c9adc4c6abfcb350d3a7.zip | |
Merge pull request #17403 from zeertzjq/vim-8.1.1955
vim-patch:8.1.{1846,1955},8.2.0156
Diffstat (limited to 'src/nvim/testdir/test_edit.vim')
| -rw-r--r-- | src/nvim/testdir/test_edit.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_edit.vim b/src/nvim/testdir/test_edit.vim index a1f6a84a99..360b3aaaa0 100644 --- a/src/nvim/testdir/test_edit.vim +++ b/src/nvim/testdir/test_edit.vim @@ -590,7 +590,7 @@ func Test_edit_CTRL_K() call feedkeys("A\<c-x>\<c-k>\<down>\<down>\<down>\<down>\<cr>\<esc>", 'tnix') call assert_equal(['AA'], getline(1, '$')) - " press an unexecpted key after dictionary completion + " press an unexpected key after dictionary completion %d call setline(1, 'A') call cursor(1, 1) |