From 8a5a778293d724e7f7ca5dfdc1175bc7f2c279ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 11 Mar 2023 18:00:00 +0100 Subject: [PATCH] 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. --- src/core/wee-command.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 4dddb8fe6..01b1d1574 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -8327,8 +8327,7 @@ command_init () " || resetctxt " " || resetall -yes []" " || missing []"), - 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"