]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.170 v7.3.170
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Apr 2011 17:05:05 +0000 (19:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Apr 2011 17:05:05 +0000 (19:05 +0200)
Problem:    VMS Makefile for testing was not updated for test77.
Solution:   Add test77 to the Makefile.

src/testdir/Make_vms.mms
src/version.c

index 5ddb1d8feb65d9c42695962058f761fcdb677f74..dfe0e9b2186845d23faf053b7962b15140765e09 100644 (file)
@@ -4,7 +4,7 @@
 # Authors:     Zoltan Arpadffy, <arpadffy@polarhome.com>
 #              Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
 #
-# Last change:  2010 Nov 10
+# Last change:  2011 Mar 03
 #
 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
 # Edit the lines in the Configuration section below to select.
@@ -74,7 +74,8 @@ SCRIPT = test1.out  test2.out  test3.out  test4.out  test5.out  \
         test56.out test57.out test60.out \
         test61.out test62.out test63.out test64.out test65.out \
         test66.out test67.out test68.out test69.out \
-        test71.out test72.out test74.out test75.out test76.out
+        test71.out test72.out test74.out test75.out test76.out \
+        test77.out
 
 # Known problems:
 # Test 30: a problem around mac format - unknown reason
index 55f8ec3fd626c94774cb7cec6c8b25429103a05a..51e2cf9726f70e25cd6e708304862f350de72e87 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    170,
 /**/
     169,
 /**/