mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
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:
@ -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 = ''
|
||||
|
Reference in New Issue
Block a user