patch 7.4.1135 v7.4.1135
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jan 2016 13:14:08 +0000 (14:14 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jan 2016 13:14:08 +0000 (14:14 +0100)
Problem:    One more arglist test fails on MS-Windows.
Solution:   Don't edit "Y" after editing "y".

src/testdir/test_arglist.vim
src/version.c

index e1b740306fb7fc8c952f4382aa820b1c30c88135..281ac7ad44a5a652df28a27e3ff4f4526b4080ca 100644 (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())
index 15f6fa43bd77897d94d6d1e70b4e4a123d12ac2f..843e7414ca1d838f11a819f9dff66306548ed49b 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1135,
 /**/
     1134,
 /**/