]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1928: popup windows don't move with the text when making changes v8.1.1928
authorBram Moolenaar <Bram@vim.org>
Sun, 25 Aug 2019 20:25:02 +0000 (22:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 25 Aug 2019 20:25:02 +0000 (22:25 +0200)
commit12034e22dd80cf533ac1c681be521ab299383f63
treeac564b63f00ae8f37c7fc3f8f5c45e3e6b552213
parent307c5a5bb77c3728dfab06c30e9f786309c63f74
patch 8.1.1928: popup windows don't move with the text when making changes

Problem:    Popup windows don't move with the text when making changes.
Solution:   Add the 'textprop" property to the popup window options, position
            the popup relative to a text property. (closes #4560)
            No tests yet.
runtime/doc/popup.txt
src/move.c
src/popupwin.c
src/proto/move.pro
src/proto/popupwin.pro
src/proto/textprop.pro
src/structs.h
src/textprop.c
src/version.c
src/window.c