vim-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: vim/vim#17217

612f63bf81

Co-authored-by: Girish Palya <girishji@gmail.com>
This commit is contained in:
zeertzjq
2025-04-29 07:14:58 +08:00
parent afcc4e95d5
commit d107375f0c

View File

@ -1923,7 +1923,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 = ''