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/version.c b/src/version.c index efc77c0..9c24efd 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1107, +/**/ 1106, /**/ 1105,