mirror of
https://github.com/vim/vim.git
synced 2025-10-09 06:14:17 -04:00
patch 7.4.1135
Problem: One more arglist test fails on MS-Windows. Solution: Don't edit "Y" after editing "y".
This commit is contained in:
@@ -120,8 +120,8 @@ function Test_argument()
|
||||
$arga x
|
||||
call assert_equal(['a', 'b', 'c', 'x'], argv())
|
||||
|
||||
0arga Y
|
||||
call assert_equal(['Y', 'a', 'b', 'c', 'x'], argv())
|
||||
0arga y
|
||||
call assert_equal(['y', 'a', 'b', 'c', 'x'], argv())
|
||||
|
||||
%argd
|
||||
call assert_equal([], argv())
|
||||
|
@@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1135,
|
||||
/**/
|
||||
1134,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user