comparison src/version.c @ 22618:c2d8b596dd0f v8.2.1857

patch 8.2.1857: Vim9: using job_status() on an unused var gives an error Commit: https://github.com/vim/vim/commit/218450ad5ea1f9f033b06754a29502d86100ff65 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 17 18:51:52 2020 +0200 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 https://github.com/vim/vim/issues/7158)
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Oct 2020 19:00:05 +0200
parents f773ac13c093
children b5d68d8a5187
comparison
equal deleted inserted replaced
22617:c1bb78e32bf1 22618:c2d8b596dd0f
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1857,
753 /**/ 755 /**/
754 1856, 756 1856,
755 /**/ 757 /**/
756 1855, 758 1855,
757 /**/ 759 /**/