commit | 4cf7679383dca81a4a351e2b0ec333c95d6d9085 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 22:02:57 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 22:02:57 2016 +0100 |
tree | f439fad1b13e7dc676001386bc072fe2ee31315e | |
parent | 58adb14739fa240ca6020cede9ab1f1cb07bd90a [diff] [blame] |
patch 7.4.1109 Problem: MS-Windows doesn't have rmdir(). Solution: Add mch_rmdir().
diff --git a/src/version.c b/src/version.c index 1a61df4..2767f1d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1109, +/**/ 1108, /**/ 1107,