summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_vms.mms
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-12-13 21:00:55 +0100
committerBram Moolenaar <Bram@vim.org>2014-12-13 21:00:55 +0100
commitef92390cb7586b8c46bfb06664e25e5e9cfbeb9c (patch)
treef6e32c45c37f79368428a71e53525815cf6a8ef7 /src/testdir/Make_vms.mms
parent2d78cd7756ac5c666e85222aea54d45b04b949a4 (diff)
updated for version 7.4.549v7.4.549
Problem: Function name not recognized correctly when inside a function. Solution: Don't check for an alpha character.
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r--src/testdir/Make_vms.mms3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms
index 8eecd51a2a..9fecf9fa63 100644
--- a/src/testdir/Make_vms.mms
+++ b/src/testdir/Make_vms.mms
@@ -4,7 +4,7 @@
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
#
-# Last change: 2014 Dec 08
+# Last change: 2014 Dec 13
#
# This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
# Edit the lines in the Configuration section below to select.
@@ -107,6 +107,7 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \
test_listlbr.out \
test_listlbr_utf8.out \
test_mapping.out \
+ test_nested_function.out \
test_options.out \
test_qf_title.out \
test_signs.out \