mirror of
https://github.com/neovim/neovim.git
synced 2026-05-08 09:20:00 -04: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 https://github.com/vim/vim/commit/612f63bf81b180c9886483188f7a2814967d4a95 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