Skip to content

Commit 3014170

Browse files
committed
patch 7.4.1135
Problem: One more arglist test fails on MS-Windows. Solution: Don't edit "Y" after editing "y".
1 parent 82e4184 commit 3014170

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/testdir/test_arglist.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ function Test_argument()
120120
$arga x
121121
call assert_equal(['a', 'b', 'c', 'x'], argv())
122122

123-
0arga Y
124-
call assert_equal(['Y', 'a', 'b', 'c', 'x'], argv())
123+
0arga y
124+
call assert_equal(['y', 'a', 'b', 'c', 'x'], argv())
125125

126126
%argd
127127
call assert_equal([], argv())

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1135,
744746
/**/
745747
1134,
746748
/**/

0 commit comments

Comments
 (0)