|
|
3ef2ca |
To: vim_dev@googlegroups.com
|
|
|
3ef2ca |
Subject: Patch 7.4.282
|
|
|
3ef2ca |
Fcc: outbox
|
|
|
3ef2ca |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
3ef2ca |
Mime-Version: 1.0
|
|
|
3ef2ca |
Content-Type: text/plain; charset=UTF-8
|
|
|
3ef2ca |
Content-Transfer-Encoding: 8bit
|
|
|
3ef2ca |
------------
|
|
|
3ef2ca |
|
|
|
3ef2ca |
Patch 7.4.282 (after 7.4.279)
|
|
|
3ef2ca |
Problem: Test 97 fails on Mac.
|
|
|
3ef2ca |
Solution: Do not ignore case in file names. (Jun Takimoto)
|
|
|
3ef2ca |
Files: src/testdir/test97.in
|
|
|
3ef2ca |
|
|
|
3ef2ca |
|
|
|
3ef2ca |
*** ../vim-7.4.281/src/testdir/test97.in 2014-05-07 18:35:25.669216052 +0200
|
|
|
3ef2ca |
--- src/testdir/test97.in 2014-05-08 11:42:37.701755565 +0200
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 3,9 ****
|
|
|
3ef2ca |
--- 3,12 ----
|
|
|
3ef2ca |
|
|
|
3ef2ca |
STARTTEST
|
|
|
3ef2ca |
:so small.vim
|
|
|
3ef2ca |
+ :" make sure glob() doesn't use the shell
|
|
|
3ef2ca |
:set shell=doesnotexist
|
|
|
3ef2ca |
+ :" consistent sorting of file names
|
|
|
3ef2ca |
+ :set nofileignorecase
|
|
|
3ef2ca |
:e test.out
|
|
|
3ef2ca |
:$put =glob('Xxx\{')
|
|
|
3ef2ca |
:$put =glob('Xxx\$')
|
|
|
3ef2ca |
*** ../vim-7.4.281/src/version.c 2014-05-07 21:14:42.913299714 +0200
|
|
|
3ef2ca |
--- src/version.c 2014-05-08 11:46:04.825757378 +0200
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 736,737 ****
|
|
|
3ef2ca |
--- 736,739 ----
|
|
|
3ef2ca |
{ /* Add new patch number below this line */
|
|
|
3ef2ca |
+ /**/
|
|
|
3ef2ca |
+ 282,
|
|
|
3ef2ca |
/**/
|
|
|
3ef2ca |
|
|
|
3ef2ca |
--
|
|
|
3ef2ca |
Would you care for a drink? I mean, if it were, like,
|
|
|
3ef2ca |
disabled and you had to look after it?
|
|
|
3ef2ca |
|
|
|
3ef2ca |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
3ef2ca |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
3ef2ca |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
3ef2ca |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|