comparison src/testdir/Make_dos.mak @ 6140:cb3218a69c2f v7.4.408

updated for version 7.4.408 Problem: Visual block insert breaks a multi-byte character. Solution: Calculate the position properly. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Sat, 16 Aug 2014 18:36:43 +0200
parents 975d96776111
children 9d5b8b015e5f
comparison
equal deleted inserted replaced
6139:70d1c941dfd0 6140:cb3218a69c2f
35 test94.out test95.out test96.out test98.out test99.out \ 35 test94.out test95.out test96.out test98.out test99.out \
36 test100.out test101.out test102.out test103.out test104.out \ 36 test100.out test101.out test102.out test103.out test104.out \
37 test105.out test106.out test107.out\ 37 test105.out test106.out test107.out\
38 test_autoformat_join.out \ 38 test_autoformat_join.out \
39 test_breakindent.out \ 39 test_breakindent.out \
40 test_listlbr.out \
41 test_listlbr_utf8.out \
42 test_qf_title.out \
43 test_changelist.out \ 40 test_changelist.out \
44 test_eval.out \ 41 test_eval.out \
45 test_insertcount.out \ 42 test_insertcount.out \
46 test_options.out 43 test_listlbr.out \
44 test_listlbr_utf8.out \
45 test_options.out \
46 test_qf_title.out \
47 test_utf8.out
47 48
48 SCRIPTS32 = test50.out test70.out 49 SCRIPTS32 = test50.out test70.out
49 50
50 SCRIPTS_GUI = test16.out 51 SCRIPTS_GUI = test16.out
51 52