commit | 218450ad5ea1f9f033b06754a29502d86100ff65 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 17 18:51:52 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 17 18:51:52 2020 +0200 |
tree | f66cdd5e4ed2cf2b58a3e0143093ad5c3e9f62eb | |
parent | 9668cc57a1e70c99163f90f58202e206d12f40c8 [diff] [blame] |
patch 8.2.1857: Vim9: using job_status() on an unused var gives an error Problem: Vim9: using job_status() on an unused var gives an error. Solution: Return "fail". (closes #7158)
diff --git a/src/version.c b/src/version.c index ff532f1..6ea39c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1857, +/**/ 1856, /**/ 1855,