summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-06-14 21:44:34 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-06-14 21:44:34 +0200
commitda507ca85f475e639647eaf9adaa8c8b4723b575 (patch)
treea50e318588ab99f2878aaf35597784205b1bae54 /src
parent19f37cee6a07316a6f514a34ca9e168afea26ead (diff)
downloadweechat-da507ca85f475e639647eaf9adaa8c8b4723b575.zip
core: add key alt+"-" in /help filter
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-command.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index ff7821ccc..91c3c068d 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -7492,7 +7492,8 @@ command_init ()
" - regex are case insensitive, they can start by \"(?-i)\" "
"to become case sensitive\n"
"\n"
- "The default key alt+'=' toggles filtering on/off.\n"
+ "The default key alt+'=' toggles filtering on/off globally and "
+ "alt+'-' toggles filtering on/off in the current buffer.\n"
"\n"
"Tags most commonly used:\n"
" no_filter, no_highlight, no_log, log0..log9 (log level),\n"