commit | eab089d22f172ddd2d33367a998e68c2f1c6c989 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 19:32:02 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 19:32:02 2016 +0100 |
tree | 2034b685a1314a1dea8ba9fd3d165163cf6a873e | |
parent | ee1cffc07a42441924c5353af7fd7ab6e97e5aae [diff] [blame] |
patch 7.4.1381 Problem: Exit value not available on MS-Windows. Solution: Set the exit value.
diff --git a/src/version.c b/src/version.c index b615354..144dc18 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1381, +/**/ 1380, /**/ 1379,