0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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().
This commit is contained in:
Bram Moolenaar
2019-08-21 18:31:03 +02:00
parent 258cef59d8
commit c7c5f10a36
10 changed files with 87 additions and 28 deletions

View File

@@ -5154,7 +5154,8 @@ prepare_tagpreview(
else if (use_popup)
{
wp = popup_find_info_window();
// TODO: set position
if (wp != NULL)
popup_show(wp);
}
else
# endif