1
0
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:
Sébastien Helleu
2017-06-01 23:10:46 +02:00
parent 2d1e0f47d3
commit 718837a76b
2 changed files with 13 additions and 2 deletions
+5 -1
View File
@@ -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"