1
0
forked from aniani/vim

updated for version 7.1-072

This commit is contained in:
Bram Moolenaar
2007-08-14 15:55:42 +00:00
parent 4d2fffc833
commit 9c03978012
5 changed files with 15 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
test43.out test44.out test45.out test46.out test47.out \ test43.out test44.out test45.out test46.out test47.out \
test48.out test51.out test53.out test54.out test55.out \ test48.out test51.out test53.out test54.out test55.out \
test56.out test57.out test58.out test59.out test60.out \ test56.out test57.out test58.out test59.out test60.out \
test61.out test62.out test63.out test61.out test62.out test63.out test64.out
.SUFFIXES: .in .out .SUFFIXES: .in .out
@@ -108,3 +108,4 @@ test60.out: test60.in
test61.out: test61.in test61.out: test61.in
test62.out: test62.in test62.out: test62.in
test63.out: test63.in test63.out: test63.in
test64.out: test64.in

View File

@@ -19,7 +19,7 @@ SCRIPTS16 = test1.out test19.out test20.out test22.out \
test44.out test45.out test46.out test47.out \ test44.out test45.out test46.out test47.out \
test48.out test51.out test53.out test54.out \ test48.out test51.out test53.out test54.out \
test55.out test56.out test57.out test58.out test59.out \ test55.out test56.out test57.out test58.out test59.out \
test60.out test61.out test62.out test63.out test60.out test61.out test62.out test63.out test64.out
SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
test8.out test9.out test11.out test13.out test14.out \ test8.out test9.out test11.out test13.out test14.out \
@@ -51,19 +51,19 @@ fixff:
clean: clean:
-del *.out -del *.out
-del test.ok -if exist test.ok del test.ok
-del small.vim -if exist small.vim del small.vim
-del tiny.vim -if exist tiny.vim del tiny.vim
-del mbyte.vim -if exist mbyte.vim del mbyte.vim
-del X* -del X*
-del viminfo -if exist viminfo del viminfo
.in.out: .in.out:
copy $*.ok test.ok copy $*.ok test.ok
$(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $*.in $(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $*.in
diff test.out $*.ok diff test.out $*.ok
-del $*.out -if exist $*.out del $*.out
rename test.out $*.out rename test.out $*.out
-del X* -del X*
-del test.ok -del test.ok
-del viminfo -if exist viminfo del viminfo

View File

@@ -25,7 +25,7 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
test43.out test44.out test45.out test46.out test47.out \ test43.out test44.out test45.out test46.out test47.out \
test48.out test51.out test53.out test54.out test55.out \ test48.out test51.out test53.out test54.out test55.out \
test56.out test57.out test58.out test59.out test60.out \ test56.out test57.out test58.out test59.out test60.out \
test61.out test62.out test63.out test61.out test62.out test63.out test64.out
.SUFFIXES: .in .out .SUFFIXES: .in .out

View File

@@ -4,7 +4,7 @@
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com> # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu> # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
# #
# Last change: 2007 Jul 24 # Last change: 2007 Aug 14
# #
# This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX. # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX.
# Edit the lines in the Configuration section below to select. # Edit the lines in the Configuration section below to select.
@@ -59,7 +59,7 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \
test43.out test44.out test45.out test46.out \ test43.out test44.out test45.out test46.out \
test48.out test51.out test53.out test54.out test55.out \ test48.out test51.out test53.out test54.out test55.out \
test56.out test57.out test58.out test59.out test60.out \ test56.out test57.out test58.out test59.out test60.out \
test61.out test62.out test63.out test61.out test62.out test63.out test64.out
.IFDEF WANT_GUI .IFDEF WANT_GUI
SCRIPT_GUI = test16.out SCRIPT_GUI = test16.out

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
72,
/**/ /**/
71, 71,
/**/ /**/