0
0
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:
Bram Moolenaar
2016-01-19 14:14:08 +01:00
parent 82e4184d48
commit 301417041b
2 changed files with 4 additions and 2 deletions

View File

@@ -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())

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1135,
/**/
1134,
/**/