]> granicus.if.org Git - vim/commit
patch 8.1.0716: get warning message when 'completefunc' returns nothing v8.1.0716
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Jan 2019 12:02:23 +0000 (13:02 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Jan 2019 12:02:23 +0000 (13:02 +0100)
commitcee9bc2e3dc5c16a9d2a8d0e23aa0d5fdefa3a4a
tree3459c3d301a0dfcb6669b6e5aa3b50597ccb0c0e
parent6f7e555f7440df148350468ad8bc6d559d676d7c
patch 8.1.0716: get warning message when 'completefunc' returns nothing

Problem:    Get warning message when 'completefunc' returns nothing.
Solution:   Allow for returning v:none to suppress the warning message.
            (Yasuhiro Matsumoto, closes #3789)
runtime/doc/insert.txt
src/edit.c
src/testdir/test_ins_complete.vim
src/version.c