commit | 5f1e68b7bc241118e5dd8fc781147fdda881ada8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 14:43:35 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 14:43:35 2015 +0200 |
tree | 92873a87cc8bde572f7b357ae2b43dc5e84f4544 | |
parent | 46fd4df719b1c3f3d84474c71da8b10e17601ffc [diff] [blame] |
patch 7.4.771 Problem: Search does not handle multi-byte character at the start position correctly. Solution: Take byte size of character into account. (Yukihiro Nakadaira)
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 219b4bc..eecb735 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak
@@ -56,6 +56,7 @@ test_perl.out \ test_qf_title.out \ test_ruby.out \ + test_search_mbyte.out \ test_set.out \ test_signs.out \ test_textobjects.out \