summaryrefslogtreecommitdiffstats
path: root/src/regexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexp.c')
-rw-r--r--src/regexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regexp.c b/src/regexp.c
index de0b0fad43..229f6ef2b7 100644
--- a/src/regexp.c
+++ b/src/regexp.c
@@ -2066,7 +2066,7 @@ vim_regsub_both(
clear_tv(&rettv);
}
else
- eval_result = eval_to_string(source + 2, NULL, TRUE);
+ eval_result = eval_to_string(source + 2, TRUE);
if (eval_result != NULL)
{