comparison src/testdir/Make_vms.mms @ 7064:5fc5c5bf2233 v7.4.844

commit https://github.com/vim/vim/commit/37a8de17d4dfd3d463960c38a204ce399c8e19d4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 1 16:05:00 2015 +0200 patch 7.4.844 Problem: When '#' is in 'isident' the is# comparator doesn't work. Solution: Don't use vim_isIDc(). (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Sep 2015 16:15:04 +0200
parents 814f1f569e4a
children 64e30831fa42
comparison
equal deleted inserted replaced
7063:91d434c99f2d 7064:5fc5c5bf2233
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 Aug 11 7 # Last change: 2015 Sep 01
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:
103 test_breakindent.out \ 103 test_breakindent.out \
104 test_changelist.out \ 104 test_changelist.out \
105 test_charsearch.out \ 105 test_charsearch.out \
106 test_close_count.out \ 106 test_close_count.out \
107 test_command_count.out \ 107 test_command_count.out \
108 test_comparators.out \
108 test_erasebackword.out \ 109 test_erasebackword.out \
109 test_eval.out \ 110 test_eval.out \
110 test_fixeol.out \ 111 test_fixeol.out \
111 test_increment.out \ 112 test_increment.out \
112 test_insertcount.out \ 113 test_insertcount.out \