diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-25 22:10:48 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-25 22:10:48 +0200 |
commit | ac25043b272aa94c6c1498785fecb110f20e9fa4 (patch) | |
tree | dc5996df4557a0dd114a3101db297665fc932771 /po/it.po | |
parent | 0debd47d3e3374f05e1e791e525d2f1c5d183ce4 (diff) | |
download | weechat-ac25043b272aa94c6c1498785fecb110f20e9fa4.zip |
core: add option `split_return` in command `/input` (closes #1916)
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-04-22 08:03+0200\n" +"POT-Creation-Date: 2023-04-25 22:07+0200\n" "PO-Revision-Date: 2023-03-25 21:13+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1913,6 +1913,8 @@ msgstr "<azioni> [<argomenti>]" msgid "" "list of actions:\n" " return: simulate key \"enter\"\n" +" split_return: split input on newlines then simulate key \"enter\" for each " +"line\n" " complete_next: complete word with next completion\n" " complete_previous: complete word with previous completion\n" " search_text_here: search text in buffer at current position\n" |