1
0
forked from aniani/vim

patch 8.2.4264: Vim9: can use old style autoload function name

Problem:    Vim9: can use old style autoload function name.
Solution:   Give an error for old style autoload function name.
This commit is contained in:
Bram Moolenaar
2022-01-30 18:40:44 +00:00
parent ec3637cbaf
commit d8fe6d34bb
6 changed files with 42 additions and 32 deletions

View File

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