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>
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 = ''
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1353,
/**/
1352,
/**/