1
0
forked from aniani/vim

patch 8.2.4174: Vim9: can use an autoload name in normal script

Problem:    Vim9: can use an autoload name in normal script.
Solution:   Disallow using an autoload name.
This commit is contained in:
Bram Moolenaar
2022-01-21 20:37:05 +00:00
parent e70dd11ef4
commit 19e69a6330
4 changed files with 22 additions and 1 deletions

View File

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