mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.1.0539: Not enough tests for what v9.1.0535 fixed
Problem: Not enough tests for what v9.1.0535 fixed Solution: Add another test for ex-mode This comes from: https://groups.google.com/g/vim_dev/c/F5-tDqoafz8/m/GqKF-uQsLD0J related: #15120 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -346,4 +346,11 @@ func Test_backslash_multiline()
|
|||||||
\
|
\
|
||||||
.', "xt")
|
.', "xt")
|
||||||
call assert_equal(["", "enum"], getline(1, 2))
|
call assert_equal(["", "enum"], getline(1, 2))
|
||||||
|
endfunc
|
||||||
|
|
||||||
|
" Test using backslash in ex-mode after patch 9.1.0535
|
||||||
|
func Test_backslash_multiline2()
|
||||||
|
new
|
||||||
|
call feedkeys('Qa
|
||||||
|
X \\
|
||||||
Y
|
Y
|
||||||
|
@@ -704,6 +704,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
539,
|
||||||
/**/
|
/**/
|
||||||
538,
|
538,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user