updated for version 7.4.549
Problem:    Function name not recognized correctly when inside a function.
Solution:   Don't check for an alpha character.
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index 8f9e33c..e76a72b 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -44,6 +44,7 @@
 		test_listlbr.out \
 		test_listlbr_utf8.out \
 		test_mapping.out \
+		test_nested_function.out \
 		test_options.out \
 		test_qf_title.out \
 		test_signs.out \