99b86a7
To: vim-dev@vim.org
99b86a7
Subject: patch 7.1.041 (extra)
99b86a7
Fcc: outbox
99b86a7
From: Bram Moolenaar <Bram@moolenaar.net>
99b86a7
Mime-Version: 1.0
99b86a7
Content-Type: text/plain; charset=ISO-8859-1
99b86a7
Content-Transfer-Encoding: 8bit
99b86a7
------------
99b86a7
99b86a7
Patch 7.1.041 (extra, after 7.1.040)
99b86a7
Problem:    Some changes for patch 7.1.0 are in extra files.
99b86a7
Solution:   Update the extra files.
99b86a7
Files:	    src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
99b86a7
	    src/testdir/Make_os2.mak, src/testdir/Make_vms.mms
99b86a7
99b86a7
99b86a7
*** ../vim-7.1.040/src/testdir/Make_amiga.mak	Sun Apr 30 20:42:49 2006
99b86a7
--- src/testdir/Make_amiga.mak	Tue Jul 24 15:36:00 2007
99b86a7
***************
99b86a7
*** 25,31 ****
99b86a7
  		test43.out test44.out test45.out test46.out test47.out \
99b86a7
  		test48.out test51.out test53.out test54.out test55.out \
99b86a7
  		test56.out test57.out test58.out test59.out test60.out \
99b86a7
! 		test61.out test62.out
99b86a7
  
99b86a7
  .SUFFIXES: .in .out
99b86a7
  
99b86a7
--- 25,31 ----
99b86a7
  		test43.out test44.out test45.out test46.out test47.out \
99b86a7
  		test48.out test51.out test53.out test54.out test55.out \
99b86a7
  		test56.out test57.out test58.out test59.out test60.out \
99b86a7
! 		test61.out test62.out test63.out
99b86a7
  
99b86a7
  .SUFFIXES: .in .out
99b86a7
  
99b86a7
***************
99b86a7
*** 107,109 ****
99b86a7
--- 107,110 ----
99b86a7
  test60.out: test60.in
99b86a7
  test61.out: test61.in
99b86a7
  test62.out: test62.in
99b86a7
+ test63.out: test63.in
99b86a7
*** ../vim-7.1.040/src/testdir/Make_dos.mak	Sun Apr 30 20:41:13 2006
99b86a7
--- src/testdir/Make_dos.mak	Tue Jul 24 15:37:47 2007
99b86a7
***************
99b86a7
*** 19,25 ****
99b86a7
  		test44.out test45.out test46.out test47.out \
99b86a7
  		test48.out test51.out test53.out test54.out \
99b86a7
  		test55.out test56.out test57.out test58.out test59.out \
99b86a7
! 		test60.out test61.out test62.out
99b86a7
  
99b86a7
  SCRIPTS =	test3.out test4.out test5.out test6.out test7.out \
99b86a7
  		test8.out test9.out test11.out test13.out test14.out \
99b86a7
--- 19,25 ----
99b86a7
  		test44.out test45.out test46.out test47.out \
99b86a7
  		test48.out test51.out test53.out test54.out \
99b86a7
  		test55.out test56.out test57.out test58.out test59.out \
99b86a7
! 		test60.out test61.out test62.out test63.out
99b86a7
  
99b86a7
  SCRIPTS =	test3.out test4.out test5.out test6.out test7.out \
99b86a7
  		test8.out test9.out test11.out test13.out test14.out \
99b86a7
*** ../vim-7.1.040/src/testdir/Make_os2.mak	Sun Apr 30 20:29:29 2006
99b86a7
--- src/testdir/Make_os2.mak	Tue Jul 24 15:39:15 2007
99b86a7
***************
99b86a7
*** 25,31 ****
99b86a7
  		test43.out test44.out test45.out test46.out test47.out \
99b86a7
  		test48.out test51.out test53.out test54.out test55.out \
99b86a7
  		test56.out test57.out test58.out test59.out test60.out \
99b86a7
! 		test61.out test62.out
99b86a7
  
99b86a7
  .SUFFIXES: .in .out
99b86a7
  
99b86a7
--- 25,31 ----
99b86a7
  		test43.out test44.out test45.out test46.out test47.out \
99b86a7
  		test48.out test51.out test53.out test54.out test55.out \
99b86a7
  		test56.out test57.out test58.out test59.out test60.out \
99b86a7
! 		test61.out test62.out test63.out
99b86a7
  
99b86a7
  .SUFFIXES: .in .out
99b86a7
  
99b86a7
*** ../vim-7.1.040/src/testdir/Make_vms.mms	Sun Apr 30 20:51:12 2006
99b86a7
--- src/testdir/Make_vms.mms	Tue Jul 24 15:39:23 2007
99b86a7
***************
99b86a7
*** 4,10 ****
99b86a7
  # Authors:	Zoltan Arpadffy, <arpadffy@polarhome.com>
99b86a7
  #		Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
99b86a7
  #
99b86a7
! # Last change:  2006 Apr 30
99b86a7
  #
99b86a7
  # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX.
99b86a7
  # Edit the lines in the Configuration section below to select.
99b86a7
--- 4,10 ----
99b86a7
  # Authors:	Zoltan Arpadffy, <arpadffy@polarhome.com>
99b86a7
  #		Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
99b86a7
  #
99b86a7
! # Last change:  2007 Jul 24
99b86a7
  #
99b86a7
  # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX.
99b86a7
  # Edit the lines in the Configuration section below to select.
99b86a7
***************
99b86a7
*** 59,65 ****
99b86a7
  	 test43.out test44.out test45.out test46.out \
99b86a7
  	 test48.out test51.out test53.out test54.out test55.out \
99b86a7
  	 test56.out test57.out test58.out test59.out test60.out \
99b86a7
! 	 test61.out test62.out
99b86a7
  
99b86a7
  .IFDEF WANT_GUI
99b86a7
  SCRIPT_GUI = test16.out
99b86a7
--- 59,65 ----
99b86a7
  	 test43.out test44.out test45.out test46.out \
99b86a7
  	 test48.out test51.out test53.out test54.out test55.out \
99b86a7
  	 test56.out test57.out test58.out test59.out test60.out \
99b86a7
! 	 test61.out test62.out test63.out
99b86a7
  
99b86a7
  .IFDEF WANT_GUI
99b86a7
  SCRIPT_GUI = test16.out
99b86a7
*** ../vim-7.1.040/src/version.c	Thu Jul 26 22:55:11 2007
99b86a7
--- src/version.c	Thu Jul 26 22:58:57 2007
99b86a7
***************
99b86a7
*** 668,669 ****
99b86a7
--- 668,671 ----
99b86a7
  {   /* Add new patch number below this line */
99b86a7
+ /**/
99b86a7
+     41,
99b86a7
  /**/
99b86a7
99b86a7
-- 
99b86a7
Just remember...if the world didn't suck, we'd all fall off.
99b86a7
99b86a7
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
99b86a7
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
99b86a7
\\\        download, build and distribute -- http://www.A-A-P.org        ///
99b86a7
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///