patch 8.2.3152: Vim9: accessing "s:" results in an error

Problem:    Vim9: accessing "s:" results in an error.
Solution:   Do not try to lookup a script variable for "s:". (closes #8549)
This commit is contained in:
Bram Moolenaar
2021-07-11 20:59:00 +02:00
parent ffcfddc759
commit 11005b078d
3 changed files with 11 additions and 1 deletions

View File

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