forked from aniani/vim
updated for version 7.4.282
Problem: Test 97 fails on Mac. Solution: Do not ignore case in file names. (Jun Takimoto)
This commit is contained in:
@@ -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\$')
|
||||||
|
@@ -734,6 +734,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
282,
|
||||||
/**/
|
/**/
|
||||||
281,
|
281,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user