commit | f9c3883b11b33f0c548df5e949ba59fde74d3e7b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 19:59:20 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 19:59:20 2018 +0200 |
tree | ab21fb8c95cc6f094925f89752989a41628a0be1 | |
parent | 1ceebb4efc455dc6c34e0cd2c2adbd00939f038b [diff] [blame] |
patch 8.1.0087: v:shell_error is always zero when using terminal for "!cmd" Problem: v:shell_error is always zero when using terminal for "!cmd". Solution: Use "exitval" of terminal-job. (Ozaki Kiichi, closes #2994)
diff --git a/src/version.c b/src/version.c index bd3bca1..72a8238 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 87, +/**/ 86, /**/ 85,