commit | 336bd622c31e1805495c034e1a8cfadcc0bbabc7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 18:23:58 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 18:23:58 2016 +0100 |
tree | cd49277ac430addcad75432e8d9a462cab82e0a4 | |
parent | 72defda84eb26be9e2ade56c7877b912f818026e [diff] [blame] |
patch 7.4.1120 Problem: delete(x, 'rf') fails if a directory is empty. (Lcd) Solution: Ignore not finding matches in an empty directory.
diff --git a/src/version.c b/src/version.c index f26828c..ef98ee4 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1120, +/**/ 1119, /**/ 1118,