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.162 < prev    next >
Encoding:
Internet Message Format  |  2014-02-04  |  1.4 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.4.162
  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.162
  11. Problem:    Running tests in shadow dir doesn't work.
  12. Solution:   Add testdir/sautest to the shadow target. (James McCoy)
  13. Files:        src/Makefile
  14.  
  15.  
  16. *** ../vim-7.4.161/src/Makefile    2013-11-07 03:25:51.000000000 +0100
  17. --- src/Makefile    2014-02-05 12:34:00.214024436 +0100
  18. ***************
  19. *** 2381,2386 ****
  20. --- 2381,2387 ----
  21.                    ../../testdir/*.in \
  22.                    ../../testdir/*.vim \
  23.                    ../../testdir/python* \
  24. +                  ../../testdir/sautest \
  25.                    ../../testdir/test83-tags? \
  26.                    ../../testdir/*.ok .
  27.   
  28. *** ../vim-7.4.161/src/version.c    2014-01-31 14:53:59.715533645 +0100
  29. --- src/version.c    2014-02-05 12:34:19.766024736 +0100
  30. ***************
  31. *** 740,741 ****
  32. --- 740,743 ----
  33.   {   /* Add new patch number below this line */
  34. + /**/
  35. +     162,
  36.   /**/
  37.  
  38. -- 
  39. hundred-and-one symptoms of being an internet addict:
  40. 263. You have more e-mail addresses than shorts.
  41.  
  42.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  43. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  44. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  45.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  46.