diff --git a/vip.c b/vip.c index ff83e60..944d5ba 100644 --- a/vip.c +++ b/vip.c @@ -921,7 +921,7 @@ void update_highlight(row_t *row) continue; } - if (c == ';') { + if (c == ';' || c == ',') { row->hl[i] = TERMINATOR; prev_sep = 1; i++;