1
0
forked from aniani/vim

patch 8.2.4163: no error for omitting function name after autoload prefix

Problem:    No error for omitting function name after autoload prefix.
Solution:   Check for missing function name. (issue #9577)
This commit is contained in:
Bram Moolenaar
2022-01-20 19:38:46 +00:00
parent 9c7cae66bc
commit 2017d6f3b1
3 changed files with 19 additions and 1 deletions

View File

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