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.3 / 7.3.417 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  1.4 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.417
  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.3.417 (after 7.3.395)
  11. Problem:    Test 43 fails with a tiny build.
  12. Solution:   Only run test 43 with at least a small build.
  13. Files:        src/testdir/test43.in
  14.  
  15.  
  16. *** ../vim-7.3.415/src/testdir/test43.in    2012-01-10 13:44:23.000000000 +0100
  17. --- src/testdir/test43.in    2012-01-26 18:00:06.000000000 +0100
  18. ***************
  19. *** 1,6 ****
  20. --- 1,7 ----
  21.   Tests for regexp with various magic settings.
  22.   
  23.   STARTTEST
  24. + :so small.vim
  25.   :set nocompatible viminfo+=nviminfo
  26.   /^1
  27.   /a*b\{2}c\+/e
  28. *** ../vim-7.3.415/src/version.c    2012-01-26 14:32:26.000000000 +0100
  29. --- src/version.c    2012-01-26 18:02:30.000000000 +0100
  30. ***************
  31. *** 716,717 ****
  32. --- 716,719 ----
  33.   {   /* Add new patch number below this line */
  34. + /**/
  35. +     417,
  36.   /**/
  37.  
  38. -- 
  39. I learned the customs and mannerisms of engineers by observing them, much the
  40. way Jane Goodall learned about the great apes, but without the hassle of
  41. grooming.
  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.