diff --git a/src/winio.c b/src/winio.c index a627d10443dbd3ec3262f887f2d9ee40a6f1c38a..31e29bf8f7839796d31f20e89c97cf8325d43538 100644 --- a/src/winio.c +++ b/src/winio.c @@ -2468,8 +2468,8 @@ void edit_draw(const filestruct *fileptr, const char *converted, int break; start_col++; if (regexec(tmpcolor->start, start_line->data + - start_col, 1, &startmatch, - REG_NOTBOL) == REG_NOMATCH) + start_col, 1, &startmatch, REG_NOTBOL) == + REG_NOMATCH) /* No later start on this line. */ goto step_two; }