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.384 < prev    next >
Encoding:
Internet Message Format  |  2014-07-29  |  1.5 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.4.384
  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.384
  11. Problem:    Test 102 fails when compiled with small features.
  12. Solution:   Source small.vim. (Jacob Niehus)
  13. Files:        src/testdir/test102.in
  14.  
  15.  
  16. *** ../vim-7.4.383/src/testdir/test102.in    2013-11-12 05:28:08.000000000 +0100
  17. --- src/testdir/test102.in    2014-07-27 21:10:34.881282860 +0200
  18. ***************
  19. *** 1,6 ****
  20. --- 1,7 ----
  21.   Test if fnameescape is correct for special chars like !
  22.   
  23.   STARTTEST
  24. + :so small.vim
  25.   :%d
  26.   :let fname = 'Xspa ce'
  27.   :try | exe "w! " . fnameescape(fname) | put='Space' | endtry 
  28. *** ../vim-7.4.383/src/version.c    2014-07-23 21:10:39.867766788 +0200
  29. --- src/version.c    2014-07-30 13:15:18.047624849 +0200
  30. ***************
  31. *** 736,737 ****
  32. --- 736,739 ----
  33.   {   /* Add new patch number below this line */
  34. + /**/
  35. +     384,
  36.   /**/
  37.  
  38. -- 
  39. An easy way to determine if you have enough teamwork to be doomed is simply to
  40. measure how long it takes from the time you decide to go to lunch together
  41. until the time you actually eat.
  42.                 (Scott Adams - The Dilbert principle)
  43.  
  44.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  45. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  46. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  47.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  48.