mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 22:06:38 +02:00
fset: fix note about leading spaces in /help fset (closes #1035)
This commit is contained in:
@@ -767,9 +767,10 @@ fset_command_init ()
|
||||
"for integer/color, set/append to value for other types\n"
|
||||
" right button + drag up/down mark/unmark multiple options\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.\n"
|
||||
"Note: if input has one or more leading spaces, the following text "
|
||||
"is interpreted as a filter, without the spaces. For example "
|
||||
"\" q\" searches all options with \"q\" inside name while \"q\" "
|
||||
"closes the fset buffer.\n"
|
||||
"\n"
|
||||
"Examples:\n"
|
||||
" show IRC options changed:\n"
|
||||
|
||||
Reference in New Issue
Block a user