comparison src/testdir/Make_vms.mms @ 6777:a8962f0e0d34 v7.4.710

patch 7.4.710 Problem: It is not possible to make spaces visibible in list mode. Solution: Add the "space" item to 'listchars'. (David B?rgin, issue 350)
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Apr 2015 18:33:48 +0200
parents c939d19bd86e
children 0f1cc87630d8
comparison
equal deleted inserted replaced
6776:576baee36b1a 6777:a8962f0e0d34
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 24 7 # Last change: 2015 Apr 21
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:
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_erasebackword.out \
107 test_eval.out \ 107 test_eval.out \
108 test_insertcount.out \ 108 test_insertcount.out \
109 test_listchars.out \
109 test_listlbr.out \ 110 test_listlbr.out \
110 test_listlbr_utf8.out \ 111 test_listlbr_utf8.out \
111 test_mapping.out \ 112 test_mapping.out \
112 test_marks.out \ 113 test_marks.out \
113 test_nested_function.out \ 114 test_nested_function.out \