Problem: test for patch v9.2.0888 can be clarified
(zeertzjq)
Solution: use <NL> instead of CTRL-J for a NL
The comment says "A NL", using <NL> makes the intent clearer.
related: #20898
closes: #20906
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
" A NL that was not simplified from the key protocol does not use the
" mapping for CTRL-J.
%d _
- call feedkeys("aa\<C-J>\<Esc>", 'Lx!')
+ call feedkeys("aa\<NL>\<Esc>", 'Lx!')
call assert_equal(['a', ''], getline(1, '$'))
iunmap <C-J>
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 890,
/**/
889,
/**/