From ef92390cb7586b8c46bfb06664e25e5e9cfbeb9c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 13 Dec 2014 21:00:55 +0100 Subject: updated for version 7.4.549 Problem: Function name not recognized correctly when inside a function. Solution: Don't check for an alpha character. --- src/testdir/Make_vms.mms | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/testdir/Make_vms.mms') 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, # Sandor Kopanyi, # -# 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 \ -- cgit v1.2.3