| commit | e609ad557c15e3e5d1e9ace2c578f48c5589c488 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 23:05:48 2016 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 23:05:48 2016 +0200 |
| tree | 9bb8fe77d24ac5b650872d23a0719cbabd9efc9e | |
| parent | 72188e9aae26e6191c68ff673ef145104b17c64f [diff] [blame] |
patch 7.4.1683
Problem: Generated .bat files do not support --nofork.
Solution: Add check for --nofork. Also add "setlocal". (Kevin CantĂș,
closes #659)
diff --git a/src/version.c b/src/version.c index 00e25e9..333c0d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1683, +/**/ 1682, /**/ 1681,