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 | |
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')
-rw-r--r-- | doc/de/autogen/weechat_options.xml | 10 | ||||
-rw-r--r-- | doc/en/autogen/weechat_options.xml | 10 | ||||
-rw-r--r-- | doc/fr/autogen/weechat_options.xml | 10 |
3 files changed, 30 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> diff --git a/doc/en/autogen/weechat_options.xml b/doc/en/autogen/weechat_options.xml index d4461a48d..0015063b2 100644 --- a/doc/en/autogen/weechat_options.xml +++ b/doc/en/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> diff --git a/doc/fr/autogen/weechat_options.xml b/doc/fr/autogen/weechat_options.xml index 364ae3c18..89ecdfebd 100644 --- a/doc/fr/autogen/weechat_options.xml +++ b/doc/fr/autogen/weechat_options.xml @@ -576,6 +576,16 @@ </listitem> </itemizedlist> +<command>weechat.completion.nick_add_space</command>: ajouter un espace après la complétion du pseudo (quand le pseudo n'est pas le premier mot sur la ligne de commande) +<itemizedlist> + <listitem> + <para>type: booléen</para> + </listitem> + <listitem> + <para>valeurs: on, off (valeur par défaut: on)</para> + </listitem> +</itemizedlist> + <command>weechat.completion.nick_completor</command>: chaîne affichée après la complétion des pseudos <itemizedlist> <listitem> |