aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/ops.c')
-rw-r--r--src/nvim/ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ops.c b/src/nvim/ops.c
index a71317d75d..e418635d37 100644
--- a/src/nvim/ops.c
+++ b/src/nvim/ops.c
@@ -734,7 +734,7 @@ char *get_expr_line(void)
}
nested++;
- char *rv = eval_to_string(expr_copy, true);
+ char *rv = eval_to_string(expr_copy, true, false);
nested--;
xfree(expr_copy);
return rv;