From 7681cb7585ec4e28fc943d5ed2d1c616ac0b5c35 Mon Sep 17 00:00:00 2001 From: Jari Matilainen Date: Sun, 20 Jul 2025 22:40:59 +0200 Subject: [PATCH] Add -priority to hilight syntax line --- src/fe-common/core/hilight-text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-common/core/hilight-text.c b/src/fe-common/core/hilight-text.c index 66e2dfd3..9bcad57a 100644 --- a/src/fe-common/core/hilight-text.c +++ b/src/fe-common/core/hilight-text.c @@ -626,7 +626,7 @@ static void cmd_hilight_show(void) } /* SYNTAX: HILIGHT [-nick | -word | -line] [-mask | -full | -matchcase | -regexp] - [-color ] [-actcolor ] [-level ] + [-color ] [-actcolor ] [-level ] [-priority ] [-network ] [-channels ] */ static void cmd_hilight(const char *data) {