1
0
forked from aniani/vim

patch 8.2.3359: Vim9: error for type when variable is not set

Problem:    Vim9: error for type when variable is not set.
Solution:   Give a specific error for a NULL function. (closes #8773)
This commit is contained in:
Bram Moolenaar
2021-08-19 21:08:30 +02:00
parent dea561111a
commit c66f645b80
4 changed files with 23 additions and 0 deletions

View File

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