home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.4 / 7.4.282 < prev    next >
Encoding:
Internet Message Format  |  2014-05-07  |  1.4 KB

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