neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit d107375f0cb2eb67f1a840a0ba1288667b50c0dc
parent afcc4e95d5cbf827071c76dc86744f784f0540ec
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Tue, 29 Apr 2025 07:14:58 +0800

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>

Diffstat:
Mtest/old/testdir/test_autocmd.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/old/testdir/test_autocmd.vim b/test/old/testdir/test_autocmd.vim @@ -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 = ''