From 55e9366e32bc0e1056478d1d0ae935f9cf039d6a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 10 Sep 2022 13:52:26 +0100 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index cd340b5268..2d9b3ad208 100644 --- a/src/version.c +++ b/src/version.c @@ -703,6 +703,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 437, /**/ 436, /**/ -- cgit v1.2.3