diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_edit.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_edit.vim b/src/nvim/testdir/test_edit.vim index ba9462c5f5..de1426ca42 100644 --- a/src/nvim/testdir/test_edit.vim +++ b/src/nvim/testdir/test_edit.vim @@ -217,6 +217,7 @@ func! Test_edit_07() endfunc func! Test_edit_08() + throw 'skipped: moved to test/functional/legacy/edit_spec.lua' " reset insertmode from i_ctrl-r_= new call setline(1, ['abc']) |