diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-01-26 14:54:57 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-01-26 14:54:57 +0100 |
commit | 1a34f871639febe36a326cb1d92b132f672ab685 (patch) | |
tree | eeb64c5dadeae38a8063254432127ebc70a33425 /doc/it/autogen | |
parent | 4d9fd4c4aa7f96f0cbbe8147202e572c99c46741 (diff) | |
download | weechat-1a34f871639febe36a326cb1d92b132f672ab685.zip |
core: do not automatically add a space when completing "nick:" at the beginning of command line
The space can be added in option weechat.completion.nick_completer
(this is now the default value of the option):
/set weechat.completion.nick_completer ": "
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/weechat_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_options.adoc b/doc/it/autogen/user/weechat_options.adoc index 7b4823d31..af88dd4cc 100644 --- a/doc/it/autogen/user/weechat_options.adoc +++ b/doc/it/autogen/user/weechat_options.adoc @@ -420,7 +420,7 @@ ** descrizione: pass:none[stringa inserita dopo il completamento del nick (quando il nick è la prima parola sulla riga di comando)] ** tipo: stringa ** valori: qualsiasi stringa -** valore predefinito: `+":"+` +** valore predefinito: `+": "+` * [[option_weechat.completion.nick_first_only]] *weechat.completion.nick_first_only* ** descrizione: pass:none[completa solo con il primo nick trovato] |