From 59d11fe4274ae24f604572d7ed1655f580e7575e Mon Sep 17 00:00:00 2001 From: night0721 Date: Tue, 12 Nov 2024 11:10:25 +0000 Subject: [PATCH] Highlight , --- vip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++;