]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1406: popup_hide() and popup_show() not implemented yet v8.1.1406
authorBram Moolenaar <Bram@vim.org>
Sun, 26 May 2019 20:17:52 +0000 (22:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 May 2019 20:17:52 +0000 (22:17 +0200)
commit2cd0dce898995a2b05f7285a70efec3f67f579f5
treed0f53338a226bedd3730e5a143bc226aff64cdb4
parent68e6560b84f196c82e27a72669684d5506a3a837
patch 8.1.1406: popup_hide() and popup_show() not implemented yet

Problem:    popup_hide() and popup_show() not implemented yet.
Solution:   Implement the functions.
runtime/doc/popup.txt
src/evalfunc.c
src/popupwin.c
src/proto/popupwin.pro
src/screen.c
src/structs.h
src/testdir/test_popupwin.vim
src/version.c
src/vim.h