summaryrefslogtreecommitdiffstats
path: root/src/gui_beval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_beval.c')
-rw-r--r--src/gui_beval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_beval.c b/src/gui_beval.c
index 0bcd023fe0..b79884ee85 100644
--- a/src/gui_beval.c
+++ b/src/gui_beval.c
@@ -61,7 +61,7 @@ general_beval_cb(beval, state)
++textlock;
vim_free(result);
- result = eval_to_string(p_bexpr, NULL);
+ result = eval_to_string(p_bexpr, NULL, TRUE);
if (use_sandbox)
--sandbox;