comparison src/testdir/Makefile @ 5157:7a6ce0c426fe v7.4a.005

updated for version 7.4a.005 Problem: Scroll binding causes unexpected scroll. Solution: Store the topline after updating scroll binding. Add a test. (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Jul 2013 13:44:59 +0200
parents 93cccad6a26b
children 923738744a60
comparison
equal deleted inserted replaced
5156:d61d9549c1e2 5157:7a6ce0c426fe
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 test81.out test82.out test83.out \ 29 test79.out test80.out test81.out test82.out test83.out \
30 test84.out test85.out test86.out test87.out test88.out \ 30 test84.out test85.out test86.out test87.out test88.out \
31 test89.out test90.out test91.out test92.out test93.out \ 31 test89.out test90.out test91.out test92.out test93.out \
32 test94.out test95.out test96.out test97.out 32 test94.out test95.out test96.out test97.out test98.out
33 33
34 SCRIPTS_GUI = test16.out 34 SCRIPTS_GUI = test16.out
35 35
36 .SUFFIXES: .in .out 36 .SUFFIXES: .in .out
37 37