From 5f1e68b7bc241118e5dd8fc781147fdda881ada8 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 10 Jul 2015 14:43:35 +0200 Subject: 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) --- src/testdir/Make_vms.mms | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/testdir/Make_vms.mms') diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index 6d1f73b460..437f9b1a21 100644 --- a/src/testdir/Make_vms.mms +++ b/src/testdir/Make_vms.mms @@ -4,7 +4,7 @@ # Authors: Zoltan Arpadffy, # Sandor Kopanyi, # -# Last change: 2015 Jun 19 +# Last change: 2015 Jul 10 # # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64. # Edit the lines in the Configuration section below to select. @@ -117,6 +117,7 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \ test_perl.out \ test_qf_title.out \ test_ruby.out \ + test_search_mbyte.out \ test_set.out \ test_signs.out \ test_textobjects.out \ -- cgit v1.2.3