From: mityu Date: Mon, 27 Jul 2026 19:25:56 +0000 (+0000) Subject: patch 9.2.0862: Missing test change from v9.2.0857 X-Git-Tag: v9.2.0862^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6230e0d30e6b86c758ac9d1936c4e75c8d49b906;p=thirdparty%2Fvim.git patch 9.2.0862: Missing test change from v9.2.0857 Problem: Missing test change from v9.2.0857 Solution: Update the test (mityu) related: #20848 closes: #20850 Signed-off-by: mityu Signed-off-by: Christian Brabandt --- diff --git a/src/testdir/test_popupwin.vim b/src/testdir/test_popupwin.vim index a08d50ebe5..701e33e52d 100644 --- a/src/testdir/test_popupwin.vim +++ b/src/testdir/test_popupwin.vim @@ -5390,13 +5390,13 @@ func s:do_test_popup_opacity_terminal_close_no_leftover(tabpage) " A semi-transparent popup over a terminal used to leave the old popup " cells behind when it closed. - let lines =<< trim END + let lines =<< eval trim END set shell=/bin/sh noruler unlet $PROMPT_COMMAND let $PS1 = 'vim> ' terminal ++curwin call popup_create('ABC', - \ #{line: 5, col: 10, highlight: 'None', opacity: 30}) + \ #{{line: 5, col: 10, highlight: 'None', opacity: 30, tabpage: {a:tabpage}}}) func CloseIt() let id = popup_list()[0] call popup_close(id) diff --git a/src/version.c b/src/version.c index a183147a66..42d645ef49 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 862, /**/ 861, /**/