commit | da440d21a6b94d7f525fa7be9b1417c78dd9aa4c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 21:27:23 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 21:27:23 2016 +0100 |
tree | 646615551e8f62b82cfca1a1ef70fb2e3341d8b0 | |
parent | 286eacd3f6631e985089176fb1dff1bcf1a1d6b5 [diff] [blame] |
patch 7.4.1107 Problem: Vim can create a directory but not delete it. Solution: Add an argument to delete() to make it possible to delete a directory, also recursively.
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 87bd26b..3cd1f82 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -3,6 +3,7 @@ source test_backspace_opt.vim source test_cursor_func.vim +source test_delete.vim source test_lispwords.vim source test_menu.vim source test_searchpos.vim