commit | b0967d587fc420fa02832533d4915c85d1a78c17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 16:49:43 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 16:49:43 2016 +0100 |
tree | d830a9672bf1204be394d76857e01c058fd3f1ec | |
parent | d0232917ced39ff4838665fbcf379d5116a91aa3 [diff] [blame] |
patch 7.4.1116 Problem: delete(x, 'rf') does not delete files starting with a dot. Solution: Also delete files starting with a dot.
diff --git a/src/version.c b/src/version.c index 4e23c61..50a6827 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1116, +/**/ 1115, /**/ 1114,