0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.1.1499: ruler not updated after popup window was removed

Problem:    Ruler not updated after popup window was removed.
Solution:   use popup_mask in screen_puts().
This commit is contained in:
Bram Moolenaar
2019-06-08 19:01:18 +02:00
parent c024b46678
commit 24a5ac5d4d
5 changed files with 40 additions and 1 deletions

View File

@@ -7897,7 +7897,11 @@ screen_puts_len(
|| ScreenAttrs[off] != attr
|| exmode_active;
if (need_redraw || force_redraw_this)
if ((need_redraw || force_redraw_this)
#ifdef FEAT_TEXT_PROP
&& popup_mask[row * screen_Columns + col] <= screen_zindex
#endif
)
{
#if defined(FEAT_GUI) || defined(UNIX)
/* The bold trick makes a single row of pixels appear in the next