diff src/version.c @ 24699:b19c8150ee9d v8.2.2888

patch 8.2.2888: Vim9: "k" command recognized in Vim9 script Commit: https://github.com/vim/vim/commit/7d840e9ac7529ec144e103d2a13abce8aa8c1ff1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 26 21:10:11 2021 +0200 patch 8.2.2888: Vim9: "k" command recognized in Vim9 script Problem: Vim9: "k" command recognized in Vim9 script. Solution: Do not recognize "k" or "s" and "d" with flags.
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 May 2021 21:15:03 +0200
parents a6e43da449af
children 4f4960861583
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2888,
+/**/
     2887,
 /**/
     2886,