]> granicus.if.org Git - vim/commit
patch 9.0.1218: completion includes functions that don't work v9.0.1218
authorKota Kato <github@kat0h.com>
Wed, 18 Jan 2023 15:27:38 +0000 (15:27 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 18 Jan 2023 15:27:38 +0000 (15:27 +0000)
commit90c2353365c5da40dec01b09e1f482983cf7f55d
treea47d5f873b94349f6a11669d744957847be8dfd6
parent486fc25a295464d107264b63997bdbe3745e3c71
patch 9.0.1218: completion includes functions that don't work

Problem:    Completion includes functions that don't work.
Solution:   Skip functions that are not implemented. (Kota Kato,
            closes #11845)
src/evalfunc.c
src/testdir/test_cmdline.vim
src/version.c