diff src/version.c @ 28751:0c5c6a693d12 v8.2.4900

patch 8.2.4900: Vim9 expression test fails without the job feature Commit: https://github.com/vim/vim/commit/801c3c1dbed88bfb59dcf25045365dc65f795f4e Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sat May 7 11:00:08 2022 +0100 patch 8.2.4900: Vim9 expression test fails without the job feature Problem: Vim9 expression test fails without the job feature. Solution: Add a check for the job feature. (Dominique Pell?, closes https://github.com/vim/vim/issues/10373)
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 May 2022 12:15:02 +0200
parents 4a9fdf708575
children 6e55b7b30df5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4900,
+/**/
     4899,
 /**/
     4898,