forked from aniani/vim
updated for version 7.1-041
This commit is contained in:
@@ -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
|
test61.out test62.out test63.out
|
||||||
|
|
||||||
.SUFFIXES: .in .out
|
.SUFFIXES: .in .out
|
||||||
|
|
||||||
@@ -107,3 +107,4 @@ test59.out: test59.in
|
|||||||
test60.out: test60.in
|
test60.out: test60.in
|
||||||
test61.out: test61.in
|
test61.out: test61.in
|
||||||
test62.out: test62.in
|
test62.out: test62.in
|
||||||
|
test63.out: test63.in
|
||||||
|
|||||||
@@ -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
|
test60.out test61.out test62.out test63.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 \
|
||||||
|
|||||||
@@ -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
|
test61.out test62.out test63.out
|
||||||
|
|
||||||
.SUFFIXES: .in .out
|
.SUFFIXES: .in .out
|
||||||
|
|
||||||
|
|||||||
@@ -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: 2006 Apr 30
|
# Last change: 2007 Jul 24
|
||||||
#
|
#
|
||||||
# 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
|
test61.out test62.out test63.out
|
||||||
|
|
||||||
.IFDEF WANT_GUI
|
.IFDEF WANT_GUI
|
||||||
SCRIPT_GUI = test16.out
|
SCRIPT_GUI = test16.out
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
/**/
|
||||||
|
41,
|
||||||
/**/
|
/**/
|
||||||
40,
|
40,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user