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