Blame SOURCES/7.4.282

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