1
0
forked from aniani/vim

patch 8.2.4584: error for using autoload function in custom completion

Problem:    Error for using autoload function in custom completion.
Solution:   Do not check for errors when using an autoload function.
            (closes #9962)
This commit is contained in:
Bram Moolenaar
2022-03-17 11:46:55 +00:00
parent 4f6e772c9c
commit da6d42c35a
3 changed files with 28 additions and 4 deletions

View File

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