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>
" 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)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 862,
/**/
861,
/**/