Commit: patch 9.2.0862: Missing test change from v9.2.0857

Christian Brabandt <[email protected]> Mon, 27 Jul 2026 21:30:06 +0200
Newsgroups gmane.editors.vim.devel
Message-ID <[email protected]>
patch 9.2.0862: Missing test change from v9.2.0857

Commit: https://github.com/vim/vim/commit/6230e0d30e6b86c758ac9d1936c4e75c8d49b906
Author: mityu <[email protected]>
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 <[email protected]>
    Signed-off-by: Christian Brabandt <[email protected]>

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,
 /**/

-- 
-- 
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].
To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1woR1a-00H7Ot-2s%40256bit.org.