Patch 8.1.1451
Problem:    CTRL-L does not clear screen with a popup window.
Solution:   Do not change the type to NOT_VALID.  Redraw all windows.
            (closes #4471)
Files:      src/screen.c


*** ../vim-8.1.1450/src/screen.c        2019-06-02 14:11:51.865021060 +0200
--- src/screen.c        2019-06-02 15:54:25.124288847 +0200
***************
*** 613,619 ****
  #ifdef FEAT_TEXT_PROP
      // TODO: avoid redrawing everything when there is a popup window.
      if (popup_any_visible())
!       type = NOT_VALID;
  #endif
  
      updating_screen = TRUE;
--- 613,624 ----
  #ifdef FEAT_TEXT_PROP
      // TODO: avoid redrawing everything when there is a popup window.
      if (popup_any_visible())
!     {
!       if (type < NOT_VALID)
!           type = NOT_VALID;
!       FOR_ALL_WINDOWS(wp)
!           wp->w_redr_type = NOT_VALID;
!     }
  #endif
  
      updating_screen = TRUE;
*** ../vim-8.1.1450/src/version.c       2019-06-02 15:34:15.462696405 +0200
--- src/version.c       2019-06-02 15:55:31.295942575 +0200
***************
*** 769,770 ****
--- 769,772 ----
  {   /* Add new patch number below this line */
+ /**/
+     1451,
  /**/

-- 
>From "know your smileys":
 y:-)   Bad toupee

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/201906021356.x52DuUpK032566%40masaka.moolenaar.net.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui