1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2018-06-19 19:59:20 +02:00
parent 1ceebb4efc
commit f9c3883b11
6 changed files with 80 additions and 25 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
87,
/**/
86,
/**/