From: Hirohito Higashi Date: Sat, 1 Aug 2026 10:51:44 +0000 (+0000) Subject: patch 9.2.0890: test: test for patch v9.2.0888 can be clarified X-Git-Tag: v9.2.0890^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1fe0be29211e1d35f4cfbc287e47bad82e87b8d8;p=thirdparty%2Fvim.git patch 9.2.0890: test: test for patch v9.2.0888 can be clarified Problem: test for patch v9.2.0888 can be clarified (zeertzjq) Solution: use instead of CTRL-J for a NL The comment says "A NL", using makes the intent clearer. related: #20898 closes: #20906 Co-Authored-By: Claude Opus 5 (1M context) Signed-off-by: Hirohito Higashi Signed-off-by: Christian Brabandt --- diff --git a/src/testdir/test_termcodes.vim b/src/testdir/test_termcodes.vim index a5e80d72d1..8dd33a6fd7 100644 --- a/src/testdir/test_termcodes.vim +++ b/src/testdir/test_termcodes.vim @@ -2313,7 +2313,7 @@ func Test_modifyOtherKeys_after_partial_mapping() " A NL that was not simplified from the key protocol does not use the " mapping for CTRL-J. %d _ - call feedkeys("aa\\", 'Lx!') + call feedkeys("aa\\", 'Lx!') call assert_equal(['a', ''], getline(1, '$')) iunmap diff --git a/src/version.c b/src/version.c index dcec47b106..09996f74bd 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 890, /**/ 889, /**/