From b2a68af077e4871ce73858dfcdbe303a61e98a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 11 Apr 2015 18:53:44 +0200 Subject: core: add options weechat.look.word_chars_{highlight|input} (closes #55, task #9459) --- doc/en/autogen/user/weechat_options.asciidoc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/en/autogen') diff --git a/doc/en/autogen/user/weechat_options.asciidoc b/doc/en/autogen/user/weechat_options.asciidoc index 88c3fa73f..0bd7ac022 100644 --- a/doc/en/autogen/user/weechat_options.asciidoc +++ b/doc/en/autogen/user/weechat_options.asciidoc @@ -912,6 +912,16 @@ ** type: string ** values: any string (default value: `"WeeChat ${info:version}"`) +* [[option_weechat.look.word_chars_highlight]] *weechat.look.word_chars_highlight* +** description: `comma-separated list of chars (or range of chars) that are considered part or words for highlights; each item can be a single char, a range of chars (format: a-z), a class of wide character (for example "alnum", see man wctype); a "!" before the item makes it negative (ie the char is NOT considered part of words); the value "*" matches any char; unicode chars are allowed with the format \u1234, for example \u00A0 for unbreakable space (see /help print for supported formats)` +** type: string +** values: any string (default value: `"!\u00A0,-,_,|,alnum"`) + +* [[option_weechat.look.word_chars_input]] *weechat.look.word_chars_input* +** description: `comma-separated list of chars (or range of chars) that are considered part or words for command line; each item can be a single char, a range of chars (format: a-z), a class of wide character (for example "alnum", see man wctype); a "!" before the item makes it negative (ie the char is NOT considered part of words); the value "*" matches any char; unicode chars are allowed with the format \u1234, for example \u00A0 for unbreakable space (see /help print for supported formats)` +** type: string +** values: any string (default value: `"!\u00A0,-,_,|,alnum"`) + * [[option_weechat.network.connection_timeout]] *weechat.network.connection_timeout* ** description: `timeout (in seconds) for connection to a remote host (made in a child process)` ** type: integer -- cgit v1.2.3