diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-03-27 10:10:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-27 10:10:11 -0400 |
| commit | 75a9db5b7d60c016a950dac7f0a0932e7d7c6df8 (patch) | |
| tree | ec4c92e7763b803f376a16d23a3420d1497f53a2 /src/nvim/testdir/test_undo.vim | |
| parent | f0ace6d419380907b719edd2ea1d2256e92beb84 (diff) | |
| parent | 9118bf191e1657732bdd5cb5fb1f98dc17cf7f41 (diff) | |
| download | rneovim-75a9db5b7d60c016a950dac7f0a0932e7d7c6df8.tar.gz rneovim-75a9db5b7d60c016a950dac7f0a0932e7d7c6df8.tar.bz2 rneovim-75a9db5b7d60c016a950dac7f0a0932e7d7c6df8.zip | |
Merge pull request #14223 from janlazo/vim-8.2.2659
vim-patch:8.2.{1666,2045,2659,2662}
Diffstat (limited to 'src/nvim/testdir/test_undo.vim')
| -rw-r--r-- | src/nvim/testdir/test_undo.vim | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/nvim/testdir/test_undo.vim b/src/nvim/testdir/test_undo.vim index 3b66071d6d..54caed3983 100644 --- a/src/nvim/testdir/test_undo.vim +++ b/src/nvim/testdir/test_undo.vim @@ -3,6 +3,8 @@ " undo-able pieces. Do that by setting 'undolevels'. " Also tests :earlier and :later. +source check.vim + func Test_undotree() new @@ -135,7 +137,7 @@ func BackOne(expected) endfunc func Test_undo_del_chars() - throw 'skipped: Nvim does not support test_settime()' + CheckFunction test_settime " Setup a buffer without creating undo entries new @@ -330,7 +332,7 @@ func Test_insert_expr() endfunc func Test_undofile_earlier() - throw 'skipped: Nvim does not support test_settime()' + CheckFunction test_settime let t0 = localtime() - 43200 call test_settime(t0) |