]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1410: popup_move() is not implemented yet v8.1.1410
authorBram Moolenaar <Bram@vim.org>
Mon, 27 May 2019 19:54:10 +0000 (21:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 27 May 2019 19:54:10 +0000 (21:54 +0200)
commit60cdb3004abe683e5e8851fa6c5d67b337df4443
treed274c9b7fd3968c97aa9128517be7995141ec046
parentb43683729b64f83c39840524be232388314bd71f
patch 8.1.1410: popup_move() is not implemented yet

Problem:    Popup_move() is not implemented yet.
Solution:   Implement it. (Yasuhiro Matsumoto, closes #4441)  Improve the
            positioning and resizing.
runtime/doc/popup.txt
src/evalfunc.c
src/popupwin.c
src/proto/popupwin.pro
src/screen.c
src/structs.h
src/testdir/dumps/Test_popupwin_05.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/version.c