|
Karsten Hopp |
092961 |
To: vim-dev@vim.org
|
|
Karsten Hopp |
092961 |
Subject: patch 7.1.072 (extra)
|
|
Karsten Hopp |
092961 |
Fcc: outbox
|
|
Karsten Hopp |
092961 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
092961 |
Mime-Version: 1.0
|
|
Karsten Hopp |
092961 |
Content-Type: text/plain; charset=ISO-8859-1
|
|
Karsten Hopp |
092961 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
092961 |
------------
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
Patch 7.1.072 (extra, after 7.1.041 and 7.1.071)
|
|
Karsten Hopp |
092961 |
Problem: Some changes for patch 7.1.071 are in extra files.
|
|
Karsten Hopp |
092961 |
Solution: Update the extra files. Also fix a few warnings from the DOS test
|
|
Karsten Hopp |
092961 |
makefile.
|
|
Karsten Hopp |
092961 |
Files: src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
|
|
Karsten Hopp |
092961 |
src/testdir/Make_os2.mak, src/testdir/Make_vms.mms
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
*** ../vim-7.1.071/src/testdir/Make_amiga.mak Thu Jul 26 23:10:50 2007
|
|
Karsten Hopp |
092961 |
--- src/testdir/Make_amiga.mak Tue Aug 14 15:14:03 2007
|
|
Karsten Hopp |
092961 |
***************
|
|
Karsten Hopp |
092961 |
*** 25,31 ****
|
|
Karsten Hopp |
092961 |
test43.out test44.out test45.out test46.out test47.out \
|
|
Karsten Hopp |
092961 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
092961 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
092961 |
! test61.out test62.out test63.out
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
--- 25,31 ----
|
|
Karsten Hopp |
092961 |
test43.out test44.out test45.out test46.out test47.out \
|
|
Karsten Hopp |
092961 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
092961 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
092961 |
! test61.out test62.out test63.out test64.out
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
***************
|
|
Karsten Hopp |
092961 |
*** 108,110 ****
|
|
Karsten Hopp |
092961 |
--- 108,111 ----
|
|
Karsten Hopp |
092961 |
test61.out: test61.in
|
|
Karsten Hopp |
092961 |
test62.out: test62.in
|
|
Karsten Hopp |
092961 |
test63.out: test63.in
|
|
Karsten Hopp |
092961 |
+ test64.out: test64.in
|
|
Karsten Hopp |
092961 |
*** ../vim-7.1.071/src/testdir/Make_dos.mak Thu Jul 26 23:10:50 2007
|
|
Karsten Hopp |
092961 |
--- src/testdir/Make_dos.mak Tue Aug 14 15:14:25 2007
|
|
Karsten Hopp |
092961 |
***************
|
|
Karsten Hopp |
092961 |
*** 19,25 ****
|
|
Karsten Hopp |
092961 |
test44.out test45.out test46.out test47.out \
|
|
Karsten Hopp |
092961 |
test48.out test51.out test53.out test54.out \
|
|
Karsten Hopp |
092961 |
test55.out test56.out test57.out test58.out test59.out \
|
|
Karsten Hopp |
092961 |
! test60.out test61.out test62.out test63.out
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
|
|
Karsten Hopp |
092961 |
test8.out test9.out test11.out test13.out test14.out \
|
|
Karsten Hopp |
092961 |
--- 19,25 ----
|
|
Karsten Hopp |
092961 |
test44.out test45.out test46.out test47.out \
|
|
Karsten Hopp |
092961 |
test48.out test51.out test53.out test54.out \
|
|
Karsten Hopp |
092961 |
test55.out test56.out test57.out test58.out test59.out \
|
|
Karsten Hopp |
092961 |
! test60.out test61.out test62.out test63.out test64.out
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
|
|
Karsten Hopp |
092961 |
test8.out test9.out test11.out test13.out test14.out \
|
|
Karsten Hopp |
092961 |
***************
|
|
Karsten Hopp |
092961 |
*** 51,69 ****
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
clean:
|
|
Karsten Hopp |
092961 |
-del *.out
|
|
Karsten Hopp |
092961 |
! -del test.ok
|
|
Karsten Hopp |
092961 |
! -del small.vim
|
|
Karsten Hopp |
092961 |
! -del tiny.vim
|
|
Karsten Hopp |
092961 |
! -del mbyte.vim
|
|
Karsten Hopp |
092961 |
-del X*
|
|
Karsten Hopp |
092961 |
! -del viminfo
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
.in.out:
|
|
Karsten Hopp |
092961 |
copy $*.ok test.ok
|
|
Karsten Hopp |
092961 |
$(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $*.in
|
|
Karsten Hopp |
092961 |
diff test.out $*.ok
|
|
Karsten Hopp |
092961 |
! -del $*.out
|
|
Karsten Hopp |
092961 |
rename test.out $*.out
|
|
Karsten Hopp |
092961 |
-del X*
|
|
Karsten Hopp |
092961 |
-del test.ok
|
|
Karsten Hopp |
092961 |
! -del viminfo
|
|
Karsten Hopp |
092961 |
--- 51,69 ----
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
clean:
|
|
Karsten Hopp |
092961 |
-del *.out
|
|
Karsten Hopp |
092961 |
! -if exist test.ok del test.ok
|
|
Karsten Hopp |
092961 |
! -if exist small.vim del small.vim
|
|
Karsten Hopp |
092961 |
! -if exist tiny.vim del tiny.vim
|
|
Karsten Hopp |
092961 |
! -if exist mbyte.vim del mbyte.vim
|
|
Karsten Hopp |
092961 |
-del X*
|
|
Karsten Hopp |
092961 |
! -if exist viminfo del viminfo
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
.in.out:
|
|
Karsten Hopp |
092961 |
copy $*.ok test.ok
|
|
Karsten Hopp |
092961 |
$(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $*.in
|
|
Karsten Hopp |
092961 |
diff test.out $*.ok
|
|
Karsten Hopp |
092961 |
! -if exist $*.out del $*.out
|
|
Karsten Hopp |
092961 |
rename test.out $*.out
|
|
Karsten Hopp |
092961 |
-del X*
|
|
Karsten Hopp |
092961 |
-del test.ok
|
|
Karsten Hopp |
092961 |
! -if exist viminfo del viminfo
|
|
Karsten Hopp |
092961 |
*** ../vim-7.1.071/src/testdir/Make_os2.mak Thu Jul 26 23:10:50 2007
|
|
Karsten Hopp |
092961 |
--- src/testdir/Make_os2.mak Tue Aug 14 15:14:44 2007
|
|
Karsten Hopp |
092961 |
***************
|
|
Karsten Hopp |
092961 |
*** 25,31 ****
|
|
Karsten Hopp |
092961 |
test43.out test44.out test45.out test46.out test47.out \
|
|
Karsten Hopp |
092961 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
092961 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
092961 |
! test61.out test62.out test63.out
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
--- 25,31 ----
|
|
Karsten Hopp |
092961 |
test43.out test44.out test45.out test46.out test47.out \
|
|
Karsten Hopp |
092961 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
092961 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
092961 |
! test61.out test62.out test63.out test64.out
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
*** ../vim-7.1.071/src/testdir/Make_vms.mms Thu Jul 26 23:10:50 2007
|
|
Karsten Hopp |
092961 |
--- src/testdir/Make_vms.mms Tue Aug 14 15:15:56 2007
|
|
Karsten Hopp |
092961 |
***************
|
|
Karsten Hopp |
092961 |
*** 4,10 ****
|
|
Karsten Hopp |
092961 |
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
|
|
Karsten Hopp |
092961 |
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
|
|
Karsten Hopp |
092961 |
#
|
|
Karsten Hopp |
092961 |
! # Last change: 2007 Jul 24
|
|
Karsten Hopp |
092961 |
#
|
|
Karsten Hopp |
092961 |
# This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX.
|
|
Karsten Hopp |
092961 |
# Edit the lines in the Configuration section below to select.
|
|
Karsten Hopp |
092961 |
--- 4,10 ----
|
|
Karsten Hopp |
092961 |
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
|
|
Karsten Hopp |
092961 |
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
|
|
Karsten Hopp |
092961 |
#
|
|
Karsten Hopp |
092961 |
! # Last change: 2007 Aug 14
|
|
Karsten Hopp |
092961 |
#
|
|
Karsten Hopp |
092961 |
# This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX.
|
|
Karsten Hopp |
092961 |
# Edit the lines in the Configuration section below to select.
|
|
Karsten Hopp |
092961 |
***************
|
|
Karsten Hopp |
092961 |
*** 59,65 ****
|
|
Karsten Hopp |
092961 |
test43.out test44.out test45.out test46.out \
|
|
Karsten Hopp |
092961 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
092961 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
092961 |
! test61.out test62.out test63.out
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
.IFDEF WANT_GUI
|
|
Karsten Hopp |
092961 |
SCRIPT_GUI = test16.out
|
|
Karsten Hopp |
092961 |
--- 59,65 ----
|
|
Karsten Hopp |
092961 |
test43.out test44.out test45.out test46.out \
|
|
Karsten Hopp |
092961 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
092961 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
092961 |
! test61.out test62.out test63.out test64.out
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
.IFDEF WANT_GUI
|
|
Karsten Hopp |
092961 |
SCRIPT_GUI = test16.out
|
|
Karsten Hopp |
092961 |
*** ../vim-7.1.071/src/version.c Tue Aug 14 17:28:14 2007
|
|
Karsten Hopp |
092961 |
--- src/version.c Tue Aug 14 17:51:21 2007
|
|
Karsten Hopp |
092961 |
***************
|
|
Karsten Hopp |
092961 |
*** 668,669 ****
|
|
Karsten Hopp |
092961 |
--- 668,671 ----
|
|
Karsten Hopp |
092961 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
092961 |
+ /**/
|
|
Karsten Hopp |
092961 |
+ 72,
|
|
Karsten Hopp |
092961 |
/**/
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
--
|
|
Karsten Hopp |
092961 |
hundred-and-one symptoms of being an internet addict:
|
|
Karsten Hopp |
092961 |
152. You find yourself falling for someone you've never seen or hardly
|
|
Karsten Hopp |
092961 |
know, but, boy can he/she TYPE!!!!!!
|
|
Karsten Hopp |
092961 |
|
|
Karsten Hopp |
092961 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
092961 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
092961 |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
092961 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|