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 e6b75ea59e..2cbe64eb89 100644
--- a/src/regexp.c
+++ b/src/regexp.c
@@ -2023,7 +2023,7 @@ vim_regsub_both(
// Although unlikely, it is possible that the expression invokes a
// substitute command (it might fail, but still). Therefore keep
- // an array if eval results.
+ // an array of eval results.
++nesting;
if (expr != NULL)