Patch 8.0.1842
Problem: Popup menu inside terminal window isn't cleared.
Solution: Use NOT_VALID in pum_undisplay(). (suggested by Christian
Brabandt, closes #2908)
Files: src/popupmnu.c
*** ../vim-8.0.1841/src/popupmnu.c 2018-03-07 22:09:06.780257074 +0100
--- src/popupmnu.c 2018-05-14 23:05:31.599969326 +0200
***************
*** 797,803 ****
pum_undisplay(void)
{
pum_array = NULL;
! redraw_all_later(SOME_VALID);
redraw_tabline = TRUE;
status_redraw_all();
}
--- 797,803 ----
pum_undisplay(void)
{
pum_array = NULL;
! redraw_all_later(NOT_VALID);
redraw_tabline = TRUE;
status_redraw_all();
}
*** ../vim-8.0.1841/src/version.c 2018-05-14 22:58:30.550587737 +0200
--- src/version.c 2018-05-14 23:07:50.611104562 +0200
***************
*** 763,764 ****
--- 763,766 ----
{ /* Add new patch number below this line */
+ /**/
+ 1842,
/**/
--
Biting someone with your natural teeth is "simple assault," while biting
someone with your false teeth is "aggravated assault."
[real standing law in Louisana, United States of America]
/// 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].
For more options, visit https://groups.google.com/d/optout.