commit | c4d4ac22f78fb1394c79eccc8a1e6812c0c7d8a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 07 22:42:57 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 07 22:42:57 2016 +0100 |
tree | 351e8d0efdaa17efe2c676d2b5b60a75d6311c18 | |
parent | 3f9ebf32a392a9cae1c3e4b6bf8cecad60e2a22a [diff] [blame] |
patch 8.0.0071 Problem: Exit value from a shell command is wrong. (Hexchain Tong) Solution: Do not check for ended jobs while waiting for a shell command. (ichizok, closes #1196)
diff --git a/src/version.c b/src/version.c index 19a22f3..d51160b 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 71, +/**/ 70, /**/ 69,