comparison src/testdir/Make_vms.mms @ 6991:814f1f569e4a v7.4.813

patch 7.4.813 Problem: It is not possible to save and restore character search state. Solution: Add getcharsearch() and setcharsearch(). (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Aug 2015 14:26:19 +0200
parents 1efa7c2b9368
children 5fc5c5bf2233
comparison
equal deleted inserted replaced
6990:9c248be4e7d2 6991:814f1f569e4a
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 Jul 17 7 # Last change: 2015 Aug 11
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:
100 test_argument_count.out \ 100 test_argument_count.out \
101 test_autocmd_option.out \ 101 test_autocmd_option.out \
102 test_autoformat_join.out \ 102 test_autoformat_join.out \
103 test_breakindent.out \ 103 test_breakindent.out \
104 test_changelist.out \ 104 test_changelist.out \
105 test_charsearch.out \
105 test_close_count.out \ 106 test_close_count.out \
106 test_command_count.out \ 107 test_command_count.out \
107 test_erasebackword.out \ 108 test_erasebackword.out \
108 test_eval.out \ 109 test_eval.out \
109 test_fixeol.out \ 110 test_fixeol.out \