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/it/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/it/autogen')
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 3d84bd8d7..dab468186 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -263,6 +263,11 @@ ** tipo: colore ** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `default`) +* [[option_weechat.completion.base_word_until_cursor]] *weechat.completion.base_word_until_cursor* +** descrizione: `if enabled, the base word to complete ends at char before cursor; otherwise the base word ends at first space after cursor` +** tipo: bool +** valori: on, off (valore predefinito: `on`) + * [[option_weechat.completion.default_template]] *weechat.completion.default_template* ** descrizione: `modello di completamento predefinito (consulta la documentazione per codici e valori del template)` ** tipo: stringa |