comparison src/testdir/Make_vms.mms @ 6903:dd923806ae3b v7.4.771

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)
author Bram Moolenaar <bram@vim.org>
date Fri, 10 Jul 2015 14:43:35 +0200
parents 9798a98a1583
children 62ba356c2d4e
comparison
equal deleted inserted replaced
6902:f3baff59f22a 6903:dd923806ae3b
2 # Makefile to run all tests for Vim on VMS 2 # Makefile to run all tests for Vim on VMS
3 # 3 #
4 # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com> 4 # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
5 # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu> 5 # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
6 # 6 #
7 # Last change: 2015 Jun 19 7 # Last change: 2015 Jul 10
8 # 8 #
9 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64. 9 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
10 # Edit the lines in the Configuration section below to select. 10 # Edit the lines in the Configuration section below to select.
11 # 11 #
12 # Execute with: 12 # Execute with:
115 test_nested_function.out \ 115 test_nested_function.out \
116 test_options.out \ 116 test_options.out \
117 test_perl.out \ 117 test_perl.out \
118 test_qf_title.out \ 118 test_qf_title.out \
119 test_ruby.out \ 119 test_ruby.out \
120 test_search_mbyte.out \
120 test_set.out \ 121 test_set.out \
121 test_signs.out \ 122 test_signs.out \
122 test_textobjects.out \ 123 test_textobjects.out \
123 test_utf8.out 124 test_utf8.out
124 125