diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-11-07 22:42:57 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-11-07 22:42:57 +0100 |
| commit | c4d4ac22f78fb1394c79eccc8a1e6812c0c7d8a7 (patch) | |
| tree | 351e8d0efdaa17efe2c676d2b5b60a75d6311c18 /src/version.c | |
| parent | 3f9ebf32a392a9cae1c3e4b6bf8cecad60e2a22a (diff) | |
| download | vim-git-c4d4ac22f78fb1394c79eccc8a1e6812c0c7d8a7.tar.gz | |
patch 8.0.0071v8.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)
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 19a22f325..d51160bf2 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 71, +/**/ 70, /**/ 69, |
