commit | 9f6277bdde97b7767ded43a0b5a2023eb601b3b7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 22:04:02 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 22:04:02 2020 +0100 |
tree | f80204a06b9c411a154597c112f51d81a66d1d50 | |
parent | 799439a5d85a7d45eff7485056f2798cea766300 [diff] [blame] |
patch 8.2.0243: insufficient code coverage for ex_docmd.c functions Problem: Insufficient code coverage for ex_docmd.c functions. Solution: Add more tests. (Yegappan Lakshmanan, closes #5618)
diff --git a/src/testdir/test_undo.vim b/src/testdir/test_undo.vim index e858d72..2ecc520 100644 --- a/src/testdir/test_undo.vim +++ b/src/testdir/test_undo.vim
@@ -295,6 +295,8 @@ close! call delete('Xtest') bwipe! Xtest + + call assert_fails('earlier xyz', 'E475:') endfunc func Test_insert_expr()