patch 9.1.1353: missing change from v9.1.1350 Commit: https://github.com/vim/vim/commit/612f63bf81b180c9886483188f7a2814967d4a95 Author: Girish Palya <giris...@gmail.com> Date: Mon Apr 28 18:29:52 2025 +0200
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: #17217 Signed-off-by: Girish Palya <giris...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/src/testdir/test_autocmd.vim b/src/testdir/test_autocmd.vim index a2e365d23..d5d516ce2 100644 --- a/src/testdir/test_autocmd.vim +++ b/src/testdir/test_autocmd.vim @@ -2002,7 +2002,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 = '' diff --git a/src/version.c b/src/version.c index de5d6bc8c..1b28c2dc1 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1353, /**/ 1352, /**/ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1u9RbK-00DP6L-IM%40256bit.org.