diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-13 16:09:01 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-13 16:09:01 +0100 |
commit | 31e1b28c9070f19ed6b58cd62d68db3668798818 (patch) | |
tree | 9134c161a50b0792d5854193725b048c5334b0a0 /doc/ja/autogen | |
parent | a8bb074fe714d62c43b68448dc809dba2c062850 (diff) | |
download | weechat-31e1b28c9070f19ed6b58cd62d68db3668798818.zip |
core: fix typo in /help weechat.look.highlight_regex
Diffstat (limited to 'doc/ja/autogen')
-rw-r--r-- | doc/ja/autogen/user/weechat_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/weechat_options.txt b/doc/ja/autogen/user/weechat_options.txt index 0379377ed..1860c6fb3 100644 --- a/doc/ja/autogen/user/weechat_options.txt +++ b/doc/ja/autogen/user/weechat_options.txt @@ -539,7 +539,7 @@ ** 値: 未制約文字列 (デフォルト値: `""`) * [[option_weechat.look.highlight_regex]] *weechat.look.highlight_regex* -** 説明: `メッセージに含まれるハイライト箇所の有無を判断する POSIX 拡張正規表現、1 回以上マッチすればハイライトされる (英数字、"-"、"_"、"|")、正規表現は大文字小文字を区別しない (最初に "(?-i)" がある場合は区別する)、例: "flashcode|flashy"、"(?-i)FlashCode|flashy"` +** 説明: `POSIX extended regular expression used to check if a message has highlight or not, at least one match in string must be surrounded by delimiters (chars different from: alphanumeric, "-", "_" and "|"), regular expression is case insensitive (use "(?-i)" at beginning to make it case sensitive), examples: "flashcode|flashy", "(?-i)FlashCode|flashy"` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `""`) |