mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
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:

committed by
Justin M. Keyes

parent
29eb651a92
commit
1057b29c8c
@@ -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\$')
|
||||
|
@@ -205,7 +205,7 @@ static int included_patches[] = {
|
||||
285,
|
||||
//284,
|
||||
//283,
|
||||
//282,
|
||||
282,
|
||||
281,
|
||||
280,
|
||||
//279,
|
||||
|
Reference in New Issue
Block a user