1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2021-05-26 21:10:11 +02:00
parent 4c8e8c6e19
commit 7d840e9ac7
4 changed files with 50 additions and 7 deletions

View File

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