diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-02-07 06:04:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-07 06:04:40 +0800 |
| commit | 380bc4fe22e8dbd478e58d568e0d749df439fec9 (patch) | |
| tree | 9882e065f6e6fb118ace1353ad547f19bae9e877 /src/nvim/testdir/test_edit.vim | |
| parent | e2466d84bc818c8e61751972b501551aab07d13c (diff) | |
| parent | fe621b4ac01c6865650794b8e986665be4fe0ae7 (diff) | |
| download | rneovim-380bc4fe22e8dbd478e58d568e0d749df439fec9.tar.gz rneovim-380bc4fe22e8dbd478e58d568e0d749df439fec9.tar.bz2 rneovim-380bc4fe22e8dbd478e58d568e0d749df439fec9.zip | |
Merge pull request #17299 from zeertzjq/vim-8.1.0711
vim-patch:7.4.{1163,1164,1167,1173,1178,1181,1228},8.1.0711
Diffstat (limited to 'src/nvim/testdir/test_edit.vim')
| -rw-r--r-- | src/nvim/testdir/test_edit.vim | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nvim/testdir/test_edit.vim b/src/nvim/testdir/test_edit.vim index 17393d6edb..a1f6a84a99 100644 --- a/src/nvim/testdir/test_edit.vim +++ b/src/nvim/testdir/test_edit.vim @@ -213,7 +213,7 @@ func Test_edit_07() bw! endfunc -func! Test_edit_08() +func Test_edit_08() throw 'skipped: moved to test/functional/legacy/edit_spec.lua' " reset insertmode from i_ctrl-r_= let g:bufnr = bufnr('%') @@ -417,7 +417,7 @@ func Test_edit_13() bwipe! endfunc -func! Test_edit_CR() +func Test_edit_CR() " Test for <CR> in insert mode " basically only in quickfix mode ist tested, the rest " has been taken care of by other tests @@ -450,7 +450,7 @@ func! Test_edit_CR() call delete('Xqflist.txt') endfunc -func! Test_edit_CTRL_() +func Test_edit_CTRL_() " disabled for Windows builds, why? if !has("rightleft") || has("win32") return @@ -734,7 +734,7 @@ func Test_edit_CTRL_O() bw! endfunc -func! Test_edit_CTRL_R() +func Test_edit_CTRL_R() " Insert Register new " call test_override("ALL", 1) |