1
0
forked from aniani/vim

patch 8.2.2148: Vim9: crash when user command doesn't match

Problem:    Vim9: crash when user command doesn't match.
Solution:   Adjust command index. (closes #7479)
This commit is contained in:
Bram Moolenaar
2020-12-16 21:43:54 +01:00
parent 530bed993e
commit 1c0aa97827
3 changed files with 12 additions and 1 deletions

View File

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