]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1561: popup_setoptions() is not implemented yet v8.1.1561
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Jun 2019 20:54:14 +0000 (22:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Jun 2019 20:54:14 +0000 (22:54 +0200)
commitae943150d3a2868a89df802c9f530331474451ec
tree26ba407cb4f856dace31834fbf9fdcef0dd95f0b
parent6313c4f41d0e1d91b4217557685c014ea919915f
patch 8.1.1561: popup_setoptions() is not implemented yet

Problem:    Popup_setoptions() is not implemented yet.
Solution:   Implement popup_setoptions().  Also add more fields to
            popup_getoptions().
runtime/doc/popup.txt
src/dict.c
src/evalfunc.c
src/popupwin.c
src/proto/dict.pro
src/proto/popupwin.pro
src/testdir/runtest.vim
src/testdir/test_popupwin.vim
src/version.c