• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Revision9656552c468d29773423dcd62a323aceee0b6c55 (tree)
Time2007-08-15 00:55:42
Authorvimboss
Commitervimboss

Log Message

updated for version 7.1-072

Change Summary

Incremental Difference

diff -r 4dd75cfd946f -r 9656552c468d src/testdir/Make_amiga.mak
--- a/src/testdir/Make_amiga.mak Tue Aug 14 15:29:16 2007 +0000
+++ b/src/testdir/Make_amiga.mak Tue Aug 14 15:55:42 2007 +0000
@@ -25,7 +25,7 @@
2525 test43.out test44.out test45.out test46.out test47.out \
2626 test48.out test51.out test53.out test54.out test55.out \
2727 test56.out test57.out test58.out test59.out test60.out \
28- test61.out test62.out test63.out
28+ test61.out test62.out test63.out test64.out
2929
3030 .SUFFIXES: .in .out
3131
@@ -108,3 +108,4 @@
108108 test61.out: test61.in
109109 test62.out: test62.in
110110 test63.out: test63.in
111+test64.out: test64.in
diff -r 4dd75cfd946f -r 9656552c468d src/testdir/Make_dos.mak
--- a/src/testdir/Make_dos.mak Tue Aug 14 15:29:16 2007 +0000
+++ b/src/testdir/Make_dos.mak Tue Aug 14 15:55:42 2007 +0000
@@ -19,7 +19,7 @@
1919 test44.out test45.out test46.out test47.out \
2020 test48.out test51.out test53.out test54.out \
2121 test55.out test56.out test57.out test58.out test59.out \
22- test60.out test61.out test62.out test63.out
22+ test60.out test61.out test62.out test63.out test64.out
2323
2424 SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
2525 test8.out test9.out test11.out test13.out test14.out \
@@ -51,19 +51,19 @@
5151
5252 clean:
5353 -del *.out
54- -del test.ok
55- -del small.vim
56- -del tiny.vim
57- -del mbyte.vim
54+ -if exist test.ok del test.ok
55+ -if exist small.vim del small.vim
56+ -if exist tiny.vim del tiny.vim
57+ -if exist mbyte.vim del mbyte.vim
5858 -del X*
59- -del viminfo
59+ -if exist viminfo del viminfo
6060
6161 .in.out:
6262 copy $*.ok test.ok
6363 $(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $*.in
6464 diff test.out $*.ok
65- -del $*.out
65+ -if exist $*.out del $*.out
6666 rename test.out $*.out
6767 -del X*
6868 -del test.ok
69- -del viminfo
69+ -if exist viminfo del viminfo
diff -r 4dd75cfd946f -r 9656552c468d src/testdir/Make_os2.mak
--- a/src/testdir/Make_os2.mak Tue Aug 14 15:29:16 2007 +0000
+++ b/src/testdir/Make_os2.mak Tue Aug 14 15:55:42 2007 +0000
@@ -25,7 +25,7 @@
2525 test43.out test44.out test45.out test46.out test47.out \
2626 test48.out test51.out test53.out test54.out test55.out \
2727 test56.out test57.out test58.out test59.out test60.out \
28- test61.out test62.out test63.out
28+ test61.out test62.out test63.out test64.out
2929
3030 .SUFFIXES: .in .out
3131
diff -r 4dd75cfd946f -r 9656552c468d src/testdir/Make_vms.mms
--- a/src/testdir/Make_vms.mms Tue Aug 14 15:29:16 2007 +0000
+++ b/src/testdir/Make_vms.mms Tue Aug 14 15:55:42 2007 +0000
@@ -4,7 +4,7 @@
44 # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
55 # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
66 #
7-# Last change: 2007 Jul 24
7+# Last change: 2007 Aug 14
88 #
99 # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX.
1010 # Edit the lines in the Configuration section below to select.
@@ -59,7 +59,7 @@
5959 test43.out test44.out test45.out test46.out \
6060 test48.out test51.out test53.out test54.out test55.out \
6161 test56.out test57.out test58.out test59.out test60.out \
62- test61.out test62.out test63.out
62+ test61.out test62.out test63.out test64.out
6363
6464 .IFDEF WANT_GUI
6565 SCRIPT_GUI = test16.out
diff -r 4dd75cfd946f -r 9656552c468d src/version.c
--- a/src/version.c Tue Aug 14 15:29:16 2007 +0000
+++ b/src/version.c Tue Aug 14 15:55:42 2007 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 72,
671+/**/
670672 71,
671673 /**/
672674 70,
Show on old repository browser