diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-17 18:11:55 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-17 18:14:24 +0100 |
commit | 62e14d65651e1815c108e806377ba25b377bf37c (patch) | |
tree | 88b9d51a290024a0a3eb1a0155f2d5db08a2336d /src/nvim/testdir/test_undo.vim | |
parent | 2ea7bfc627e57bc1dfc1a86b66a4be5c7eed2bec (diff) | |
download | rneovim-62e14d65651e1815c108e806377ba25b377bf37c.tar.gz rneovim-62e14d65651e1815c108e806377ba25b377bf37c.tar.bz2 rneovim-62e14d65651e1815c108e806377ba25b377bf37c.zip |
os_set_cloexec: Fix condition. #5986
Also: skip Test_undo_del_chars the right way. #6287
Diffstat (limited to 'src/nvim/testdir/test_undo.vim')
-rw-r--r-- | src/nvim/testdir/test_undo.vim | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nvim/testdir/test_undo.vim b/src/nvim/testdir/test_undo.vim index ff8ec67b0b..fc61d1f223 100644 --- a/src/nvim/testdir/test_undo.vim +++ b/src/nvim/testdir/test_undo.vim @@ -74,9 +74,8 @@ func BackOne(expected) call assert_equal(a:expected, getline(1)) endfunc -" Test is disabled: Nvim does not support test_settime(). -func Test_undo_del_chars_skipped() - return +func Test_undo_del_chars() + throw 'skipped: Nvim does not support test_settime()' " Setup a buffer without creating undo entries new |