]> granicus.if.org Git - vim/commit
patch 8.1.1138: plugins don't get notified when the popup menu changes v8.1.1138
authorBram Moolenaar <Bram@vim.org>
Mon, 8 Apr 2019 16:15:41 +0000 (18:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 8 Apr 2019 16:15:41 +0000 (18:15 +0200)
commitd7f246c68cfb97406bcd4b098a2df2d870b3ef92
tree54fb7c248c198f511947c45a8942302d8d2a041a
parent62e1bb4a111e7ce570c30965f40a68a07a9da5b0
patch 8.1.1138: plugins don't get notified when the popup menu changes

Problem:    Plugins don't get notified when the popup menu changes.
Solution:   Add the CompleteChanged event. (Andy Massimino. closes #4176)
runtime/doc/autocmd.txt
src/autocmd.c
src/dict.c
src/insexpand.c
src/popupmnu.c
src/proto/autocmd.pro
src/proto/dict.pro
src/proto/popupmnu.pro
src/testdir/test_popup.vim
src/version.c
src/vim.h