1
0
forked from aniani/vim

patch 8.2.4132: Vim9: wrong error message when autoload script can't be found

Problem:    Vim9: wrong error message when autoload script can't be found.
Solution:   Correct check for using autoload with wrong name.
This commit is contained in:
Bram Moolenaar
2022-01-18 13:14:47 +00:00
parent cbbc48f64b
commit 1836d61578
3 changed files with 17 additions and 3 deletions

View File

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