diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-12 16:09:14 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-12 16:09:14 +0100 |
commit | c7a1a01d8fdb65282cd6e68af095618be8ffcc5a (patch) | |
tree | cac5da84e1010b0c365ae51057b54ccf4b58e3f2 /doc/en/autogen | |
parent | c8cf55c291fd0f1e48a386db34df2ea21aa3dbda (diff) | |
download | weechat-c7a1a01d8fdb65282cd6e68af095618be8ffcc5a.zip |
core: add new option weechat.completion.base_word_until_cursor: allow completion in middle of words (enabled by default) (task #9771)
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 |