1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

core: remove mention to list of keys being displayed without arguments in /help key

Now when fset plugin is loaded, the keys are displayed in fset buffer.

In core commands like /set or /key, the fset plugin is not mentioned as WeeChat
can run without it.
This commit is contained in:
Sébastien Helleu
2023-03-11 18:00:00 +01:00
parent 46ce8d7e81
commit 8a5a778293
+1 -2
View File
@@ -8327,8 +8327,7 @@ command_init ()
" || resetctxt <context> <key>"
" || resetall -yes [<context>]"
" || missing [<context>]"),
N_(" list: list all current keys (without argument, this list is "
"displayed)\n"
N_(" list: list all current keys\n"
"listdefault: list default keys\n"
" listdiff: list differences between current and default keys "
"(keys added, redefined or deleted)\n"