summaryrefslogtreecommitdiff
path: root/src/testdir/Makefile
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/Makefile
parent2d78cd7756ac5c666e85222aea54d45b04b949a4 (diff)
downloadvim-git-ef92390cb7586b8c46bfb06664e25e5e9cfbeb9c.tar.gz
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/Makefile')
-rw-r--r--src/testdir/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index 8f9e33c6e..e76a72b00 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -44,6 +44,7 @@ SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.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 \