commit | ef8c956172aa967f67c524cb9609a4d390d74b82 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 02 06:42:07 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 02 06:42:07 2019 +0100 |
tree | 4c10e09238e9220342cc40ce6b940e7214c52247 | |
parent | ab350f89f9646e07aefe16a32ba3ddb847496b4a [diff] [blame] |
patch 8.1.0986: rename() is not propertly tested Problem: rename() is not propertly tested. Solution: Add tests. (Dominique Pelle, closes #4061)
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 204796a..47fe5be 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -48,6 +48,7 @@ source test_put.vim source test_recover.vim source test_reltime.vim +source test_rename.vim source test_scroll_opt.vim source test_searchpos.vim source test_set.vim