|
Karsten Hopp |
0ac5c8 |
To: vim-dev@vim.org
|
|
Karsten Hopp |
0ac5c8 |
Subject: Patch 7.2.302 (extra)
|
|
Karsten Hopp |
0ac5c8 |
Fcc: outbox
|
|
Karsten Hopp |
0ac5c8 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
0ac5c8 |
Mime-Version: 1.0
|
|
Karsten Hopp |
0ac5c8 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
0ac5c8 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
0ac5c8 |
------------
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
Patch 7.2.302 (extra part of 7.2.301)
|
|
Karsten Hopp |
0ac5c8 |
Problem: Formatting wrong with small 'tw' value.
|
|
Karsten Hopp |
0ac5c8 |
Solution: Add build rules for tests.
|
|
Karsten Hopp |
0ac5c8 |
Files: src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
|
|
Karsten Hopp |
0ac5c8 |
src/testdir/Make_ming.mak, src/testdir/Make_os2.mak,
|
|
Karsten Hopp |
0ac5c8 |
src/testdir/Make_vms.mms
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
*** ../vim-7.2.301/src/testdir/Make_amiga.mak 2009-09-18 14:58:26.000000000 +0200
|
|
Karsten Hopp |
0ac5c8 |
--- src/testdir/Make_amiga.mak 2009-11-17 15:29:05.000000000 +0100
|
|
Karsten Hopp |
0ac5c8 |
***************
|
|
Karsten Hopp |
0ac5c8 |
*** 26,32 ****
|
|
Karsten Hopp |
0ac5c8 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
0ac5c8 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
0ac5c8 |
test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
0ac5c8 |
! test66.out test67.out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
--- 26,32 ----
|
|
Karsten Hopp |
0ac5c8 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
0ac5c8 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
0ac5c8 |
test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
0ac5c8 |
! test66.out test67.out test68.out test69.out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
***************
|
|
Karsten Hopp |
0ac5c8 |
*** 113,115 ****
|
|
Karsten Hopp |
0ac5c8 |
--- 113,117 ----
|
|
Karsten Hopp |
0ac5c8 |
test65.out: test65.in
|
|
Karsten Hopp |
0ac5c8 |
test66.out: test66.in
|
|
Karsten Hopp |
0ac5c8 |
test67.out: test67.in
|
|
Karsten Hopp |
0ac5c8 |
+ test68.out: test68.in
|
|
Karsten Hopp |
0ac5c8 |
+ test69.out: test69.in
|
|
Karsten Hopp |
0ac5c8 |
*** ../vim-7.2.301/src/testdir/Make_dos.mak 2009-09-18 14:58:26.000000000 +0200
|
|
Karsten Hopp |
0ac5c8 |
--- src/testdir/Make_dos.mak 2009-11-17 15:29:54.000000000 +0100
|
|
Karsten Hopp |
0ac5c8 |
***************
|
|
Karsten Hopp |
0ac5c8 |
*** 26,32 ****
|
|
Karsten Hopp |
0ac5c8 |
test15.out test17.out test18.out test21.out test26.out \
|
|
Karsten Hopp |
0ac5c8 |
test30.out test31.out test32.out test33.out test34.out \
|
|
Karsten Hopp |
0ac5c8 |
test37.out test38.out test39.out test40.out test41.out \
|
|
Karsten Hopp |
0ac5c8 |
! test42.out test52.out test65.out test66.out test67.out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
SCRIPTS32 = test50.out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
--- 26,33 ----
|
|
Karsten Hopp |
0ac5c8 |
test15.out test17.out test18.out test21.out test26.out \
|
|
Karsten Hopp |
0ac5c8 |
test30.out test31.out test32.out test33.out test34.out \
|
|
Karsten Hopp |
0ac5c8 |
test37.out test38.out test39.out test40.out test41.out \
|
|
Karsten Hopp |
0ac5c8 |
! test42.out test52.out test65.out test66.out test67.out \
|
|
Karsten Hopp |
0ac5c8 |
! test68.out test69.out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
SCRIPTS32 = test50.out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
*** ../vim-7.2.301/src/testdir/Make_ming.mak 2009-09-18 14:58:26.000000000 +0200
|
|
Karsten Hopp |
0ac5c8 |
--- src/testdir/Make_ming.mak 2009-11-17 15:30:07.000000000 +0100
|
|
Karsten Hopp |
0ac5c8 |
***************
|
|
Karsten Hopp |
0ac5c8 |
*** 45,51 ****
|
|
Karsten Hopp |
0ac5c8 |
test15.out test17.out test18.out test21.out test26.out \
|
|
Karsten Hopp |
0ac5c8 |
test30.out test31.out test32.out test33.out test34.out \
|
|
Karsten Hopp |
0ac5c8 |
test37.out test38.out test39.out test40.out test41.out \
|
|
Karsten Hopp |
0ac5c8 |
! test42.out test52.out test65.out test66.out test67.out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
SCRIPTS32 = test50.out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
--- 45,52 ----
|
|
Karsten Hopp |
0ac5c8 |
test15.out test17.out test18.out test21.out test26.out \
|
|
Karsten Hopp |
0ac5c8 |
test30.out test31.out test32.out test33.out test34.out \
|
|
Karsten Hopp |
0ac5c8 |
test37.out test38.out test39.out test40.out test41.out \
|
|
Karsten Hopp |
0ac5c8 |
! test42.out test52.out test65.out test66.out test67.out \
|
|
Karsten Hopp |
0ac5c8 |
! test68.out test69.out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
SCRIPTS32 = test50.out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
*** ../vim-7.2.301/src/testdir/Make_os2.mak 2009-09-18 14:58:26.000000000 +0200
|
|
Karsten Hopp |
0ac5c8 |
--- src/testdir/Make_os2.mak 2009-11-17 15:11:26.000000000 +0100
|
|
Karsten Hopp |
0ac5c8 |
***************
|
|
Karsten Hopp |
0ac5c8 |
*** 26,32 ****
|
|
Karsten Hopp |
0ac5c8 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
0ac5c8 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
0ac5c8 |
test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
0ac5c8 |
! test66.out test67.out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
--- 26,32 ----
|
|
Karsten Hopp |
0ac5c8 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
0ac5c8 |
test56.out test57.out test58.out test59.out test60.out \
|
|
Karsten Hopp |
0ac5c8 |
test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
0ac5c8 |
! test66.out test67.out test68.out test69.out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
*** ../vim-7.2.301/src/testdir/Make_vms.mms 2009-09-18 14:58:26.000000000 +0200
|
|
Karsten Hopp |
0ac5c8 |
--- src/testdir/Make_vms.mms 2009-11-17 15:11:26.000000000 +0100
|
|
Karsten Hopp |
0ac5c8 |
***************
|
|
Karsten Hopp |
0ac5c8 |
*** 69,75 ****
|
|
Karsten Hopp |
0ac5c8 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
0ac5c8 |
test56.out test57.out test60.out \
|
|
Karsten Hopp |
0ac5c8 |
test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
0ac5c8 |
! test66.out test67.out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
.IFDEF WANT_GUI
|
|
Karsten Hopp |
0ac5c8 |
SCRIPT_GUI = test16.out
|
|
Karsten Hopp |
0ac5c8 |
--- 69,75 ----
|
|
Karsten Hopp |
0ac5c8 |
test48.out test51.out test53.out test54.out test55.out \
|
|
Karsten Hopp |
0ac5c8 |
test56.out test57.out test60.out \
|
|
Karsten Hopp |
0ac5c8 |
test61.out test62.out test63.out test64.out test65.out \
|
|
Karsten Hopp |
0ac5c8 |
! test66.out test67.out test68.out test69.out
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
.IFDEF WANT_GUI
|
|
Karsten Hopp |
0ac5c8 |
SCRIPT_GUI = test16.out
|
|
Karsten Hopp |
0ac5c8 |
*** ../vim-7.2.301/src/version.c 2009-11-17 17:40:34.000000000 +0100
|
|
Karsten Hopp |
0ac5c8 |
--- src/version.c 2009-11-17 17:43:26.000000000 +0100
|
|
Karsten Hopp |
0ac5c8 |
***************
|
|
Karsten Hopp |
0ac5c8 |
*** 683,684 ****
|
|
Karsten Hopp |
0ac5c8 |
--- 683,686 ----
|
|
Karsten Hopp |
0ac5c8 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
0ac5c8 |
+ /**/
|
|
Karsten Hopp |
0ac5c8 |
+ 302,
|
|
Karsten Hopp |
0ac5c8 |
/**/
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
--
|
|
Karsten Hopp |
0ac5c8 |
Hacker: Someone skilled in computer programming (good guy).
|
|
Karsten Hopp |
0ac5c8 |
Cracker: A hacker that uses his skills to crack software (bad guy).
|
|
Karsten Hopp |
0ac5c8 |
|
|
Karsten Hopp |
0ac5c8 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
0ac5c8 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
0ac5c8 |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
0ac5c8 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|