1
0
forked from aniani/vim

patch 8.1.1773: the preview popup window may be too far to the right

Problem:    The preview popup window may be too far to the right.
Solution:   Keep it inside the screen.  Also keep the close button and
            scrollbar visible if possible.
This commit is contained in:
Bram Moolenaar
2019-07-28 21:42:38 +02:00
parent b78564d022
commit 13d5c3f616
11 changed files with 186 additions and 119 deletions

View File

@@ -5138,7 +5138,7 @@ prepare_tagpreview(
{
wp = popup_find_preview_window();
if (wp != NULL)
popup_set_wantpos(wp);
popup_set_wantpos(wp, wp->w_minwidth);
}
else
# endif