]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1429: "pos" option of popup window not supported yet v8.1.1429
authorBram Moolenaar <Bram@vim.org>
Thu, 30 May 2019 19:24:26 +0000 (21:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 May 2019 19:24:26 +0000 (21:24 +0200)
commitac1f1bc222b7de3cb2d3f1f2aa076f11c75e69de
treebc71b9f718cce9434723e4e452d13ccd93d6c177
parentcc31ad9f9b601d53926b96586bd6b40602d57951
patch 8.1.1429: "pos" option of popup window not supported yet

Problem:    "pos" option of popup window not supported yet.
Solution:   Implement the option. Rename popup_getposition() to
            popup_getpos().
runtime/doc/popup.txt
src/popupwin.c
src/proto/popupwin.pro
src/structs.h
src/version.c