]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.282 v7.4.282
authorBram Moolenaar <Bram@vim.org>
Thu, 8 May 2014 09:46:27 +0000 (11:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 May 2014 09:46:27 +0000 (11:46 +0200)
Problem:    Test 97 fails on Mac.
Solution:   Do not ignore case in file names. (Jun Takimoto)

src/testdir/test97.in
src/version.c

index c25176b0743e5d351e9ad904ffe65af6ca1f330f..d4ff6d9295ca91896cdc147b03e4bd4a69960ac1 100644 (file)
@@ -3,7 +3,10 @@ characters.
 
 STARTTEST
 :so small.vim
+:" make sure glob() doesn't use the shell
 :set shell=doesnotexist
+:" consistent sorting of file names
+:set nofileignorecase
 :e test.out
 :$put =glob('Xxx\{')
 :$put =glob('Xxx\$')
index 6da67a1877d031ba7937f37951c4be19213c4956..fb0689bf8a09882cbdb19a2b0209434dab0a3472 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    282,
 /**/
     281,
 /**/