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:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4132,
|
||||
/**/
|
||||
4131,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user