mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
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:
committed by
Christian Brabandt
parent
be51e90497
commit
612f63bf81
@ -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 = ''
|
||||
|
@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1353,
|
||||
/**/
|
||||
1352,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user