Commit: patch 9.1.1353: missing change from v9.1.1350

3 views
Skip to first unread message

Christian Brabandt

unread,
Apr 28, 2025, 12:45:12 PM4/28/25
to vim...@googlegroups.com
patch 9.1.1353: missing change from v9.1.1350

Commit: https://github.com/vim/vim/commit/612f63bf81b180c9886483188f7a2814967d4a95
Author: Girish Palya <giri...@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 <giri...@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,
/**/
Reply all
Reply to author
Forward
0 new messages