mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 19:23:13 +02:00
fset: skip spaces at beginning of buffer input
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user