commit | 82e4184d489e2ce950c871354062fca40bf59598 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 13:50:57 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 13:50:57 2016 +0100 |
tree | 269c028fdafb672fe21e8c668c958a690a0ff3de | |
parent | ef26954a35207c3f17d6ed35d9a40c918d974892 [diff] [blame] |
patch 7.4.1134 Problem: The arglist test fails on MS-Windows. Solution: Only check for failure of argedit on Unix.
diff --git a/src/version.c b/src/version.c index 2d9d5f5..15f6fa4 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1134, +/**/ 1133, /**/ 1132,