patch 9.1.1353: missing change from v9.1.1350

Problem:  missing change from v9.1.1350
Solution: update the test Test_CmdlineTrigger() (Girish Palya)

related: #17217

Signed-off-by: Girish Palya <girishji@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Girish Palya
2025-04-28 18:29:52 +02:00
committed by Christian Brabandt
parent be51e90497
commit 612f63bf81
2 changed files with 3 additions and 1 deletions

View File

@ -2002,7 +2002,7 @@ endfunc
func Test_Cmdline_Trigger()
autocmd CmdlineLeavePre : let g:log = "CmdlineLeavePre"
autocmd CmdlineLeavePre : let g:log2 = "CmdlineLeave"
autocmd CmdlineLeave : let g:log2 = "CmdlineLeave"
new
let g:log = ''
let g:log2 = ''

View File

@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1353,
/**/
1352,
/**/