vim-patch:7.4.282 #747

Problem:    Test 97 fails on Mac.
Solution:   Do not ignore case in file names. (Jun Takimoto)

https://code.google.com/p/vim/source/detail?r=6d0a1132dd71c7f55f7ed53fe99e97c79bfd05a4
This commit is contained in:
oni-link
2014-05-22 11:29:18 +02:00
committed by Justin M. Keyes
parent 29eb651a92
commit 1057b29c8c
2 changed files with 4 additions and 1 deletions

View File

@@ -3,7 +3,10 @@ characters.
STARTTEST STARTTEST
:so small.vim :so small.vim
:" make sure glob() doesn't use the shell
:set shell=doesnotexist :set shell=doesnotexist
:" consistent sorting of file names
:set nofileignorecase
:e test.out :e test.out
:put =glob('Xxx\{') :put =glob('Xxx\{')
:put =glob('Xxx\$') :put =glob('Xxx\$')

View File

@@ -205,7 +205,7 @@ static int included_patches[] = {
285, 285,
//284, //284,
//283, //283,
//282, 282,
281, 281,
280, 280,
//279, //279,