To: vim_dev@googlegroups.com Subject: Patch 8.0.1842 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///