]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0437: no error when custom completion function returns wrong type v9.0.0437
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Sep 2022 12:52:26 +0000 (13:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Sep 2022 12:52:26 +0000 (13:52 +0100)
commit55e9366e32bc0e1056478d1d0ae935f9cf039d6a
treef29bfdfceb04f972b6834f8a7a3d1c59668ee903
parent71b6d3397649fed68ef587aa863fcbdf5fdb057a
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/errors.h
src/eval.c
src/testdir/test_usercommands.vim
src/version.c