]> granicus.if.org Git - vim/commit
patch 8.1.1905: cannot set all properties of the info popup v8.1.1905
authorBram Moolenaar <Bram@vim.org>
Wed, 21 Aug 2019 16:31:03 +0000 (18:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 21 Aug 2019 16:31:03 +0000 (18:31 +0200)
commitc7c5f10a36fdeea353e026da28526ff9fb35e367
treed8e177e20e9e334fb1c77eae13d01fe58e67920a
parent258cef59d8c53a5b1c04937c826dc133ad5710e2
patch 8.1.1905: cannot set all properties of the info popup

Problem:    Cannot set all properties of the info popup.
Solution:   Add popup_findinfo().  Rename popup_getpreview() to
            popup_findpreview().
runtime/doc/popup.txt
src/evalfunc.c
src/ex_cmds.c
src/ex_docmd.c
src/popupmnu.c
src/popupwin.c
src/proto/popupwin.pro
src/testdir/dumps/Test_popupwin_infopopup_align_3.dump
src/testdir/test_popupwin.vim
src/version.c