comparison src/testdir/Makefile @ 2925:441d364773dc v7.3.235

updated for version 7.3.235 Problem: ";" gets stuck on a "t" command, it's not useful. Solution: Add the ';' flag in 'cpo'. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sun, 26 Jun 2011 05:36:34 +0200
parents c249d9aa60f7
children c21429d7768c
comparison
equal deleted inserted replaced
2924:199b94533764 2925:441d364773dc
24 test54.out test55.out test56.out test57.out test58.out \ 24 test54.out test55.out test56.out test57.out test58.out \
25 test59.out test60.out test61.out test62.out test63.out \ 25 test59.out test60.out test61.out test62.out test63.out \
26 test64.out test65.out test66.out test67.out test68.out \ 26 test64.out test65.out test66.out test67.out test68.out \
27 test69.out test70.out test71.out test72.out test73.out \ 27 test69.out test70.out test71.out test72.out test73.out \
28 test74.out test75.out test76.out test77.out test78.out \ 28 test74.out test75.out test76.out test77.out test78.out \
29 test79.out test80.out 29 test79.out test80.out test81.out
30 30
31 SCRIPTS_GUI = test16.out 31 SCRIPTS_GUI = test16.out
32 32
33 .SUFFIXES: .in .out 33 .SUFFIXES: .in .out
34 34