patch 9.2.0862: Missing test change from v9.2.0857
Commit:
https://github.com/vim/vim/commit/6230e0d30e6b86c758ac9d1936c4e75c8d49b906
Author: mityu <
mityu...@gmail.com>
Date: Mon Jul 27 19:25:56 2026 +0000
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 <
mityu...@gmail.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/src/testdir/test_popupwin.vim b/src/testdir/test_popupwin.vim
index a08d50ebe..701e33e52 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 a183147a6..42d645ef4 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,
/**/