|
Karsten Hopp |
cf06a9 |
To: vim-dev@vim.org
|
|
Karsten Hopp |
cf06a9 |
Subject: Patch 7.2.138 (extra)
|
|
Karsten Hopp |
cf06a9 |
Fcc: outbox
|
|
Karsten Hopp |
cf06a9 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
cf06a9 |
Mime-Version: 1.0
|
|
Karsten Hopp |
cf06a9 |
Content-Type: text/plain; charset=ISO-8859-1
|
|
Karsten Hopp |
cf06a9 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
cf06a9 |
------------
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
Patch 7.2.138 (extra part of 7.2.137)
|
|
Karsten Hopp |
cf06a9 |
Problem: See 7.2.137.
|
|
Karsten Hopp |
cf06a9 |
Solution: See 7.2.137.
|
|
Karsten Hopp |
cf06a9 |
Files: src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
|
|
Karsten Hopp |
cf06a9 |
src/testdir/Make_ming.mak, src/testdir/Make_os2.mak,
|
|
Karsten Hopp |
cf06a9 |
src/testdir/Make_vms.mms
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
*** ../vim-7.2.137/src/testdir/Make_amiga.mak Tue Jun 24 23:46:42 2008
|
|
Karsten Hopp |
cf06a9 |
--- src/testdir/Make_amiga.mak Thu Mar 5 04:49:38 2009
|
|
Karsten Hopp |
cf06a9 |
***************
|
|
Karsten Hopp |
cf06a9 |
*** 25,31 ****
|
|
Karsten Hopp |
cf06a9 |
test43.out test44.out test45.out test46.out test47.out \
|
|
Karsten Hopp |
cf06a9 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
cf06a9 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
cf06a9 |
! test61.out test62.out test63.out test64.out test65.out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
--- 25,32 ----
|
|
Karsten Hopp |
cf06a9 |
test43.out test44.out test45.out test46.out test47.out \
|
|
Karsten Hopp |
cf06a9 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
cf06a9 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
cf06a9 |
! test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
cf06a9 |
! test66.out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
***************
|
|
Karsten Hopp |
cf06a9 |
*** 110,112 ****
|
|
Karsten Hopp |
cf06a9 |
--- 111,114 ----
|
|
Karsten Hopp |
cf06a9 |
test63.out: test63.in
|
|
Karsten Hopp |
cf06a9 |
test64.out: test64.in
|
|
Karsten Hopp |
cf06a9 |
test65.out: test65.in
|
|
Karsten Hopp |
cf06a9 |
+ test66.out: test66.in
|
|
Karsten Hopp |
cf06a9 |
*** ../vim-7.2.137/src/testdir/Make_dos.mak Tue Jun 24 23:39:51 2008
|
|
Karsten Hopp |
cf06a9 |
--- src/testdir/Make_dos.mak Thu Mar 5 04:52:47 2009
|
|
Karsten Hopp |
cf06a9 |
***************
|
|
Karsten Hopp |
cf06a9 |
*** 26,32 ****
|
|
Karsten Hopp |
cf06a9 |
test15.out test17.out test18.out test21.out test26.out \
|
|
Karsten Hopp |
cf06a9 |
test30.out test31.out test32.out test33.out test34.out \
|
|
Karsten Hopp |
cf06a9 |
test37.out test38.out test39.out test40.out test41.out \
|
|
Karsten Hopp |
cf06a9 |
! test42.out test52.out test65.out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
SCRIPTS32 = test50.out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
--- 26,32 ----
|
|
Karsten Hopp |
cf06a9 |
test15.out test17.out test18.out test21.out test26.out \
|
|
Karsten Hopp |
cf06a9 |
test30.out test31.out test32.out test33.out test34.out \
|
|
Karsten Hopp |
cf06a9 |
test37.out test38.out test39.out test40.out test41.out \
|
|
Karsten Hopp |
cf06a9 |
! test42.out test52.out test65.out test66.out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
SCRIPTS32 = test50.out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
*** ../vim-7.2.137/src/testdir/Make_ming.mak Sat Sep 20 16:26:10 2008
|
|
Karsten Hopp |
cf06a9 |
--- src/testdir/Make_ming.mak Thu Mar 5 04:53:16 2009
|
|
Karsten Hopp |
cf06a9 |
***************
|
|
Karsten Hopp |
cf06a9 |
*** 45,51 ****
|
|
Karsten Hopp |
cf06a9 |
test15.out test17.out test18.out test21.out test26.out \
|
|
Karsten Hopp |
cf06a9 |
test30.out test31.out test32.out test33.out test34.out \
|
|
Karsten Hopp |
cf06a9 |
test37.out test38.out test39.out test40.out test41.out \
|
|
Karsten Hopp |
cf06a9 |
! test42.out test52.out test65.out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
SCRIPTS32 = test50.out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
--- 45,51 ----
|
|
Karsten Hopp |
cf06a9 |
test15.out test17.out test18.out test21.out test26.out \
|
|
Karsten Hopp |
cf06a9 |
test30.out test31.out test32.out test33.out test34.out \
|
|
Karsten Hopp |
cf06a9 |
test37.out test38.out test39.out test40.out test41.out \
|
|
Karsten Hopp |
cf06a9 |
! test42.out test52.out test65.out test66.out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
SCRIPTS32 = test50.out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
*** ../vim-7.2.137/src/testdir/Make_os2.mak Tue Jun 24 22:37:41 2008
|
|
Karsten Hopp |
cf06a9 |
--- src/testdir/Make_os2.mak Thu Mar 5 04:53:31 2009
|
|
Karsten Hopp |
cf06a9 |
***************
|
|
Karsten Hopp |
cf06a9 |
*** 25,31 ****
|
|
Karsten Hopp |
cf06a9 |
test43.out test44.out test45.out test46.out test47.out \
|
|
Karsten Hopp |
cf06a9 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
cf06a9 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
cf06a9 |
! test61.out test62.out test63.out test64.out test65.out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
--- 25,32 ----
|
|
Karsten Hopp |
cf06a9 |
test43.out test44.out test45.out test46.out test47.out \
|
|
Karsten Hopp |
cf06a9 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
cf06a9 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
cf06a9 |
! test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
cf06a9 |
! test66.out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
*** ../vim-7.2.137/src/testdir/Make_vms.mms Mon Sep 1 16:50:09 2008
|
|
Karsten Hopp |
cf06a9 |
--- src/testdir/Make_vms.mms Thu Mar 5 04:53:42 2009
|
|
Karsten Hopp |
cf06a9 |
***************
|
|
Karsten Hopp |
cf06a9 |
*** 4,10 ****
|
|
Karsten Hopp |
cf06a9 |
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
|
|
Karsten Hopp |
cf06a9 |
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
|
|
Karsten Hopp |
cf06a9 |
#
|
|
Karsten Hopp |
cf06a9 |
! # Last change: 2008 Aug 19
|
|
Karsten Hopp |
cf06a9 |
#
|
|
Karsten Hopp |
cf06a9 |
# This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
|
|
Karsten Hopp |
cf06a9 |
# Edit the lines in the Configuration section below to select.
|
|
Karsten Hopp |
cf06a9 |
--- 4,10 ----
|
|
Karsten Hopp |
cf06a9 |
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
|
|
Karsten Hopp |
cf06a9 |
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
|
|
Karsten Hopp |
cf06a9 |
#
|
|
Karsten Hopp |
cf06a9 |
! # Last change: 2009 Mar 05
|
|
Karsten Hopp |
cf06a9 |
#
|
|
Karsten Hopp |
cf06a9 |
# This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
|
|
Karsten Hopp |
cf06a9 |
# Edit the lines in the Configuration section below to select.
|
|
Karsten Hopp |
cf06a9 |
***************
|
|
Karsten Hopp |
cf06a9 |
*** 68,74 ****
|
|
Karsten Hopp |
cf06a9 |
test43.out test44.out test45.out test46.out \
|
|
Karsten Hopp |
cf06a9 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
cf06a9 |
test56.out test57.out test60.out \
|
|
Karsten Hopp |
cf06a9 |
! test61.out test62.out test63.out test64.out test65.out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
.IFDEF WANT_GUI
|
|
Karsten Hopp |
cf06a9 |
SCRIPT_GUI = test16.out
|
|
Karsten Hopp |
cf06a9 |
--- 68,75 ----
|
|
Karsten Hopp |
cf06a9 |
test43.out test44.out test45.out test46.out \
|
|
Karsten Hopp |
cf06a9 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
cf06a9 |
test56.out test57.out test60.out \
|
|
Karsten Hopp |
cf06a9 |
! test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
cf06a9 |
! test66.out
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
.IFDEF WANT_GUI
|
|
Karsten Hopp |
cf06a9 |
SCRIPT_GUI = test16.out
|
|
Karsten Hopp |
cf06a9 |
*** ../vim-7.2.137/src/version.c Wed Mar 11 16:26:01 2009
|
|
Karsten Hopp |
cf06a9 |
--- src/version.c Wed Mar 11 16:35:06 2009
|
|
Karsten Hopp |
cf06a9 |
***************
|
|
Karsten Hopp |
cf06a9 |
*** 678,679 ****
|
|
Karsten Hopp |
cf06a9 |
--- 678,681 ----
|
|
Karsten Hopp |
cf06a9 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
cf06a9 |
+ /**/
|
|
Karsten Hopp |
cf06a9 |
+ 138,
|
|
Karsten Hopp |
cf06a9 |
/**/
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
--
|
|
Karsten Hopp |
cf06a9 |
Some of the well know MS-Windows errors:
|
|
Karsten Hopp |
cf06a9 |
ESLEEP Operator fell asleep
|
|
Karsten Hopp |
cf06a9 |
ENOERR No error yet
|
|
Karsten Hopp |
cf06a9 |
EDOLLAR OS too expensive
|
|
Karsten Hopp |
cf06a9 |
EWINDOWS MS-Windows loaded, system in danger
|
|
Karsten Hopp |
cf06a9 |
|
|
Karsten Hopp |
cf06a9 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
cf06a9 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
cf06a9 |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
cf06a9 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|