diff --git a/commands.c b/commands.c index f6f292fb..78054911 100644 --- a/commands.c +++ b/commands.c @@ -151,7 +151,7 @@ set_file_variables (file) caretD_len += (i <= 2 ? 3 : i); if (d->changed) { - qmark_len += i; + qmark_len += i; qmarkD_len += (i <= 2 ? 3 : i); } }