From 68ad24f2df0ace9788da801137dacf43b7fe806a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 24 Jul 2022 22:29:07 +0200 Subject: core: add option weechat.look.highlight_disable_regex and buffer property "highlight_disable_regex" (closes #1798) --- doc/pl/includes/autogen_user_options.pl.adoc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/pl/includes/autogen_user_options.pl.adoc') diff --git a/doc/pl/includes/autogen_user_options.pl.adoc b/doc/pl/includes/autogen_user_options.pl.adoc index a830cad65..b19ef023d 100644 --- a/doc/pl/includes/autogen_user_options.pl.adoc +++ b/doc/pl/includes/autogen_user_options.pl.adoc @@ -750,6 +750,12 @@ ** wartości: dowolny ciąg ** domyślna wartość: `+""+` +* [[option_weechat.look.highlight_disable_regex]] *weechat.look.highlight_disable_regex* +** opis: pass:none[POSIX extended regular expression used to prevent any highlight from a message: this option has higher priority over other highlight options (if the string is found in the message, the highlight is disabled and the other options are ignored), regular expression is case insensitive (use "(?-i)" at beginning to make it case sensitive), examples: "", "(?-i)"] +** typ: ciąg +** wartości: dowolny ciąg +** domyślna wartość: `+""+` + * [[option_weechat.look.highlight_regex]] *weechat.look.highlight_regex* ** opis: pass:none[Rozszerzone wyrażenie regularne POSIX używane do sprawdzenia, czy wiadomość posiada podświetlenie czy nie, przynajmniej jedno dopasowanie w ciąg musi być otoczone separatorami (znaki inne niż: alfanumeryczne, "-", "_" lub "|"), wielkość znaków nie ma wpływu na wyrażenie (użyj "(?-i)" na początku, aby wielkość znaków miała znaczenie), przykłady: "flashcode|flashy", "(?-i)FlashCode|flashy"] ** typ: ciąg -- cgit v1.2.3