commit | 478700336d1c72e133b8ff6841e968c1bb1658ed | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Apr 05 15:31:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 15:31:01 2022 +0100 |
tree | 326bd148a82456b62d4a8464453add9fe06eaa4e | |
parent | beb0ef1ab2dbd9760345e3e03647b93914591d56 [diff] [blame] |
patch 8.2.4696: delete() with "rf" argument does not report a failure Problem: delete() with "rf" argument does not report a failure. Solution: Return -1 if the directory could not be removed. (closes #10078)
diff --git a/src/version.c b/src/version.c index f4d300b..0e42966 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4696, +/**/ 4695, /**/ 4694,