diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-08-16 18:36:43 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-08-16 18:36:43 +0200 |
commit | b5cf6c34e84bd52ba43c3db06ff337abbcb08326 (patch) | |
tree | c2e960cef292d1b6b5bd4259983a2da902c89a8b /src/testdir/Make_ming.mak | |
parent | 1fc7e972b00ce271328fcb2734a321562b7194da (diff) | |
download | vim-git-b5cf6c34e84bd52ba43c3db06ff337abbcb08326.tar.gz |
updated for version 7.4.408v7.4.408
Problem: Visual block insert breaks a multi-byte character.
Solution: Calculate the position properly. (Yasuhiro Matsumoto)
Diffstat (limited to 'src/testdir/Make_ming.mak')
-rw-r--r-- | src/testdir/Make_ming.mak | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak index eb533c9d0..782f89d64 100644 --- a/src/testdir/Make_ming.mak +++ b/src/testdir/Make_ming.mak @@ -57,13 +57,14 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test105.out test106.out test107.out \ test_autoformat_join.out \ test_breakindent.out \ - test_listlbr.out \ - test_listlbr_utf8.out \ - test_qf_title.out \ test_changelist.out \ test_eval.out \ test_insertcount.out \ - test_options.out + test_listlbr.out \ + test_listlbr_utf8.out \ + test_options.out \ + test_qf_title.out \ + test_utf8.out SCRIPTS32 = test50.out test70.out |