]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.2.0862: Missing test change from v9.2.0857 v9.2.0862
authormityu <mityu.mail@gmail.com>
Mon, 27 Jul 2026 19:25:56 +0000 (19:25 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 27 Jul 2026 19:25:56 +0000 (19:25 +0000)
Problem:  Missing test change from v9.2.0857
Solution: Update the test (mityu)

related: #20848
closes:  #20850

Signed-off-by: mityu <mityu.mail@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_popupwin.vim
src/version.c

index a08d50ebe5b7d1149cdc2dd8deca3d4a009d4078..701e33e52d6256b0f2924c5836edf7c4e185b2f6 100644 (file)
@@ -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)
index a183147a662f1c313f16c3b58a1e75db59be4f40..42d645ef498d7a35fd3d3eac917b87fd6d1a11aa 100644 (file)
@@ -758,6 +758,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    862,
 /**/
     861,
 /**/