summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-command.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-06-01 23:10:46 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-06-25 16:35:27 +0200
commit718837a76b21b9c6020c1e328ca8607a30afa7f6 (patch)
treef78c51b85045ba31f0645b1f00dafe2a8e1c8b72 /src/plugins/fset/fset-command.c
parent2d1e0f47d38e3f7a4ed5f9478f24bf7c82fa2cc3 (diff)
downloadweechat-718837a76b21b9c6020c1e328ca8607a30afa7f6.zip
fset: skip spaces at beginning of buffer input
Diffstat (limited to 'src/plugins/fset/fset-command.c')
-rw-r--r--src/plugins/fset/fset-command.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c
index 5d9d82d9f..39230d803 100644
--- a/src/plugins/fset/fset-command.c
+++ b/src/plugins/fset/fset-command.c
@@ -545,7 +545,11 @@ fset_command_init ()
" shift+down mark/unmark option and move one line down\n"
" shift+up mark/unmark option and move one line up\n"
" $ refresh options, unmark all options\n"
- " q close fset buffer"),
+ " q close fset buffer\n"
+ "\n"
+ "Note: spaces at beginning of input are ignored, so for example "
+ "\"q\" closes the fset buffer while \" q\" searches all options "
+ "with \"q\" inside name."),
"-bar"
" || -refresh"
" || -up 1|2|3|4|5"