To: vim_dev@googlegroups.com Subject: Patch 8.1.2277 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2277 Problem: Terminal window is not updated when info popup changes. Solution: Redraw windows when re-using an info popup. (closes #5192) Files: src/ex_cmds.c *** ../vim-8.1.2276/src/ex_cmds.c 2019-11-09 15:32:51.597873973 +0100 --- src/ex_cmds.c 2019-11-09 19:56:07.496750988 +0100 *************** *** 4971,4976 **** --- 4971,4979 ---- popup_show(wp); else popup_hide(wp); + // When the popup moves or resizes it may reveal part of + // another window. TODO: can this be done more efficiently? + redraw_all_later(NOT_VALID); } } else *** ../vim-8.1.2276/src/version.c 2019-11-09 18:05:59.566045503 +0100 --- src/version.c 2019-11-09 19:59:59.237573847 +0100 *************** *** 743,744 **** --- 743,746 ---- { /* Add new patch number below this line */ + /**/ + 2277, /**/ -- hundred-and-one symptoms of being an internet addict: 51. You put a pillow case over your laptop so your lover doesn't see it while you are pretending to catch your breath. /// 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 ///