1
0
forked from aniani/vim

patch 9.0.0437: no error when custom completion function returns wrong type

Problem:    No error when a custom completion function returns something else
            than the expected list.
Solution:   Give an error. (closes #11100)
This commit is contained in:
Bram Moolenaar
2022-09-10 13:52:26 +01:00
parent 71b6d33976
commit 55e9366e32
4 changed files with 9 additions and 2 deletions

View File

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