summaryrefslogtreecommitdiff
path: root/src/plugins/script
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-01-20 20:13:54 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-01-20 20:13:54 +0100
commit7e0da4b68a9681d5bdf02461f6638ba8e7c267fe (patch)
tree06709d12ebabd4da0a2b8cb3d5c4f0003665f280 /src/plugins/script
parenteb0828ec6cfff284131efda85e1915caec75fbf5 (diff)
downloadweechat-7e0da4b68a9681d5bdf02461f6638ba8e7c267fe.zip
script: add missing input actions "A" and "v" in /help script
Diffstat (limited to 'src/plugins/script')
-rw-r--r--src/plugins/script/script-command.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/script/script-command.c b/src/plugins/script/script-command.c
index 270aa16c4..d4655453e 100644
--- a/src/plugins/script/script-command.c
+++ b/src/plugins/script/script-command.c
@@ -346,15 +346,15 @@ script_command_init ()
" alt+v view script\n"
"\n"
"Input allowed on script buffer:\n"
- " i/r/l/L/u/h action on script (same as keys above)\n"
- " q close buffer\n"
- " $ refresh buffer\n"
- " s:x,y sort buffer using keys x and y (see /help "
+ " i/r/l/L/u/A/h/v action on script (same as keys above)\n"
+ " q close buffer\n"
+ " $ refresh buffer\n"
+ " s:x,y sort buffer using keys x and y (see /help "
"script.look.sort)\n"
- " s: reset sort (use default sort)\n"
- " word(s) filter scripts: search word(s) in scripts "
+ " s: reset sort (use default sort)\n"
+ " word(s) filter scripts: search word(s) in scripts "
"(description, tags, ...)\n"
- " * remove filter\n"
+ " * remove filter\n"
"\n"
"Mouse actions on script buffer:\n"
" wheel scroll list\n"