aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/eval.c2
-rw-r--r--src/version.c6
2 files changed, 7 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index f7bc70fc17..e29853a1b5 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -4514,7 +4514,7 @@ eval7 (
if (**arg == '(') { /* recursive! */
/* If "s" is the name of a variable of type VAR_FUNC
* use its contents. */
- s = deref_func_name(s, &len, FALSE);
+ s = deref_func_name(s, &len, !evaluate);
/* Invoke the function. */
ret = get_func_tv(s, len, rettv, arg,
diff --git a/src/version.c b/src/version.c
index fe058d94e6..f7d21c26a1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -221,6 +221,12 @@ static char *(features[]) = {
static int included_patches[] = {
// Add new patch number below this line
+ 166,
+ //165,
+ //164,
+ //163,
+ //162,
+ //161,
160,
159,
158,