commit | 55e9366e32bc0e1056478d1d0ae935f9cf039d6a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 13:52:26 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 13:52:26 2022 +0100 |
tree | f29bfdfceb04f972b6834f8a7a3d1c59668ee903 | |
parent | 71b6d3397649fed68ef587aa863fcbdf5fdb057a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index cd340b5..2d9b3ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 437, +/**/ 436, /**/ 435,