patch 8.2.2573: Vim9: using inalid pointer for error message

Problem:    Vim9: using inalid pointer for error message.
Solution:   Use the right pointer. (closes #7921)
This commit is contained in:
Bram Moolenaar
2021-03-06 18:18:19 +01:00
parent 18062fcad6
commit a974953443
3 changed files with 14 additions and 1 deletions

View File

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