From c7a1a01d8fdb65282cd6e68af095618be8ffcc5a Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 12 Nov 2011 16:09:14 +0100 Subject: core: add new option weechat.completion.base_word_until_cursor: allow completion in middle of words (enabled by default) (task #9771) --- doc/en/autogen/user/weechat_options.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/en/autogen') diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 79cd43dfd..5e1fce663 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -263,6 +263,11 @@ ** type: color ** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `default`) +* [[option_weechat.completion.base_word_until_cursor]] *weechat.completion.base_word_until_cursor* +** description: `if enabled, the base word to complete ends at char before cursor; otherwise the base word ends at first space after cursor` +** type: boolean +** values: on, off (default value: `on`) + * [[option_weechat.completion.default_template]] *weechat.completion.default_template* ** description: `default completion template (please see documentation for template codes and values)` ** type: string -- cgit v1.2.3