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