]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1407: popup_create() does not support text properties v8.1.1407
authorBram Moolenaar <Bram@vim.org>
Sun, 26 May 2019 21:32:06 +0000 (23:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 May 2019 21:32:06 +0000 (23:32 +0200)
commit7a8d0278bd6bd57e04f61183cb8e2969cf148e3f
tree04c4b87ed408ecdc614820fd218622103f0a011d
parent2cd0dce898995a2b05f7285a70efec3f67f579f5
patch 8.1.1407: popup_create() does not support text properties

Problem:    Popup_create() does not support text properties.
Solution:   Support the third form of the text argument.
runtime/doc/popup.txt
src/popupwin.c
src/proto/textprop.pro
src/screen.c
src/testdir/dumps/Test_popupwin_02.dump
src/testdir/dumps/Test_popupwin_03.dump
src/testdir/dumps/Test_popupwin_04.dump
src/testdir/test_popupwin.vim
src/textprop.c
src/version.c