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.170 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  2.4 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.170
  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.170
  11. Problem:    VMS Makefile for testing was not updated for test77.
  12. Solution:   Add test77 to the Makefile.
  13. Files:        src/testdir/Make_vms.mms
  14.  
  15.  
  16. *** ../vim-7.3.169/src/testdir/Make_vms.mms    2010-11-10 16:54:16.000000000 +0100
  17. --- src/testdir/Make_vms.mms    2011-03-03 17:04:56.000000000 +0100
  18. ***************
  19. *** 4,10 ****
  20.   # Authors:    Zoltan Arpadffy, <arpadffy@polarhome.com>
  21.   #        Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
  22.   #
  23. ! # Last change:  2010 Nov 10
  24.   #
  25.   # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
  26.   # Edit the lines in the Configuration section below to select.
  27. --- 4,10 ----
  28.   # Authors:    Zoltan Arpadffy, <arpadffy@polarhome.com>
  29.   #        Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
  30.   #
  31. ! # Last change:  2011 Mar 03
  32.   #
  33.   # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
  34.   # Edit the lines in the Configuration section below to select.
  35. ***************
  36. *** 74,80 ****
  37.        test56.out test57.out test60.out \
  38.        test61.out test62.out test63.out test64.out test65.out \
  39.        test66.out test67.out test68.out test69.out \
  40. !      test71.out test72.out test74.out test75.out test76.out
  41.   
  42.   # Known problems:
  43.   # Test 30: a problem around mac format - unknown reason
  44. --- 74,81 ----
  45.        test56.out test57.out test60.out \
  46.        test61.out test62.out test63.out test64.out test65.out \
  47.        test66.out test67.out test68.out test69.out \
  48. !      test71.out test72.out test74.out test75.out test76.out \
  49. !      test77.out
  50.   
  51.   # Known problems:
  52.   # Test 30: a problem around mac format - unknown reason
  53. *** ../vim-7.3.169/src/version.c    2011-04-28 17:48:39.000000000 +0200
  54. --- src/version.c    2011-04-28 19:04:33.000000000 +0200
  55. ***************
  56. *** 716,717 ****
  57. --- 716,719 ----
  58.   {   /* Add new patch number below this line */
  59. + /**/
  60. +     170,
  61.   /**/
  62.  
  63. -- 
  64. The users that I support would double-click on a landmine to find out
  65. what happens.                -- A system administrator
  66.  
  67.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  68. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  69. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  70.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  71.