summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_amiga.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-07-10 14:43:35 +0200
committerBram Moolenaar <Bram@vim.org>2015-07-10 14:43:35 +0200
commit5f1e68b7bc241118e5dd8fc781147fdda881ada8 (patch)
tree92873a87cc8bde572f7b357ae2b43dc5e84f4544 /src/testdir/Make_amiga.mak
parent46fd4df719b1c3f3d84474c71da8b10e17601ffc (diff)
patch 7.4.771v7.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)
Diffstat (limited to 'src/testdir/Make_amiga.mak')
-rw-r--r--src/testdir/Make_amiga.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_amiga.mak b/src/testdir/Make_amiga.mak
index 5d80c4baa4..eba28f83e8 100644
--- a/src/testdir/Make_amiga.mak
+++ b/src/testdir/Make_amiga.mak
@@ -57,6 +57,7 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
test_perl.out \
test_qf_title.out \
test_ruby.out \
+ test_search_mbyte.out \
test_set.out \
test_signs.out \
test_textobjects.out \
@@ -205,6 +206,7 @@ test_options.out: test_options.in
test_perl.out: test_perl.in
test_qf_title.out: test_qf_title.in
test_ruby.out: test_ruby.in
+test_search_mbyte.out: test_search_mbyte.in
test_set.out: test_set.in
test_signs.out: test_signs.in
test_textobjects.out: test_textobjects.in