File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
6868 test_signs.out \
6969 test_tagcase.out \
7070 test_textobjects.out \
71- test_utf8.out
71+ test_utf8.out \
72+ test_writefile.out
7273
7374.SUFFIXES : .in .out
7475
@@ -225,3 +226,4 @@ test_signs.out: test_signs.in
225226test_tagcase.out : test_tagcase.in
226227test_textobjects.out : test_textobjects.in
227228test_utf8.out : test_utf8.in
229+ test_writefile.out : test_writefile.in
Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
6767 test_signs.out \
6868 test_tagcase.out \
6969 test_textobjects.out \
70- test_utf8.out
70+ test_utf8.out \
71+ test_writefile.out
7172
7273SCRIPTS32 = test50.out test70.out
7374
Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
8989 test_signs.out \
9090 test_tagcase.out \
9191 test_textobjects.out \
92- test_utf8.out
92+ test_utf8.out \
93+ test_writefile.out
9394
9495SCRIPTS32 = test50.out test70.out
9596
Original file line number Diff line number Diff line change @@ -69,7 +69,8 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
6969 test_signs.out \
7070 test_tagcase.out \
7171 test_textobjects.out \
72- test_utf8.out
72+ test_utf8.out \
73+ test_writefile.out
7374
7475SCRIPTS_BENCH = bench_re_freeze.out
7576
Original file line number Diff line number Diff line change @@ -128,7 +128,8 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \
128128 test_signs.out \
129129 test_tagcase.out \
130130 test_textobjects.out \
131- test_utf8.out
131+ test_utf8.out \
132+ test_writefile.out
132133
133134# Known problems:
134135# test17: ?
Original file line number Diff line number Diff line change @@ -65,7 +65,8 @@ SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \
6565 test_signs.out \
6666 test_tagcase.out \
6767 test_textobjects.out \
68- test_utf8.out
68+ test_utf8.out \
69+ test_writefile.out
6970
7071SCRIPTS_GUI = test16.out
7172
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 943 ,
744746/**/
745747 942 ,
746748/**/
You can’t perform that action at this time.
0 commit comments