summaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 18f3a5bc05..79c5488096 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1200,7 +1200,7 @@ set_var_lval(
char_u *endp,
typval_T *rettv,
int copy,
- int flags, // LET_IS_CONST and/or LET_NO_COMMAND
+ int flags, // LET_IS_CONST, LET_FORCEIT, LET_NO_COMMAND
char_u *op)
{
int cc;