comparison src/testdir/Make_vms.mms @ 6712:c939d19bd86e v7.4.680

updated for version 7.4.680 Problem: CTRL-W in Insert mode does not work well for multi-byte characters. Solution: Use mb_get_class(). (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Tue, 24 Mar 2015 17:49:51 +0100
parents 24e0b6dd52e1
children a8962f0e0d34
comparison
equal deleted inserted replaced
6711:746596b122c8 6712:c939d19bd86e
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 Mar 13 7 # Last change: 2015 Mar 24
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:
101 test_autoformat_join.out \ 101 test_autoformat_join.out \
102 test_breakindent.out \ 102 test_breakindent.out \
103 test_changelist.out \ 103 test_changelist.out \
104 test_close_count.out \ 104 test_close_count.out \
105 test_command_count.out \ 105 test_command_count.out \
106 test_erasebackword.out \
106 test_eval.out \ 107 test_eval.out \
107 test_insertcount.out \ 108 test_insertcount.out \
108 test_listlbr.out \ 109 test_listlbr.out \
109 test_listlbr_utf8.out \ 110 test_listlbr_utf8.out \
110 test_mapping.out \ 111 test_mapping.out \