Highlight ,
This commit is contained in:
parent
233bbcea37
commit
59d11fe427
1 changed files with 1 additions and 1 deletions
2
vip.c
2
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++;
|
||||
|
|
Loading…
Reference in a new issue