diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-03 17:56:40 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-03 17:56:40 +0200 |
commit | 7c58018cb109cd50c9b80980adff9b7ff508c2c2 (patch) | |
tree | d554b826fca3711ad4f0fa8dc7722416a2ac45b9 /doc/de/autogen | |
parent | 76b700a55552891d29bd09c83d1ab001bef4e449 (diff) | |
download | weechat-7c58018cb109cd50c9b80980adff9b7ff508c2c2.zip |
Add new option "weechat.completion.nick_add_space" (add space after nick completion, on by default)
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/weechat_options.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/de/autogen/weechat_options.xml b/doc/de/autogen/weechat_options.xml index e9cf2b6f1..ead661fea 100644 --- a/doc/de/autogen/weechat_options.xml +++ b/doc/de/autogen/weechat_options.xml @@ -576,6 +576,16 @@ </listitem> </itemizedlist> +<command>weechat.completion.nick_add_space</command>: add space after nick completion (when nick is not first word on command line) +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: on)</para> + </listitem> +</itemizedlist> + <command>weechat.completion.nick_completor</command>: string inserted after nick completion <itemizedlist> <listitem> |