mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 22:36:38 +02:00
fset: allow long type name in type filter
This commit is contained in:
@@ -676,7 +676,8 @@ fset_command_init ()
|
||||
" * show all options (no filter)\n"
|
||||
" xxx show only options with \"xxx\" in name\n"
|
||||
" f:xxx show only configuration file \"xxx\"\n"
|
||||
" t:xxx show only type \"xxx\" (bool/int/str/col/enum)\n"
|
||||
" t:xxx show only type \"xxx\" (bool/int/str/col/enum "
|
||||
"or boolean/integer/string/color/enum)\n"
|
||||
" d show only changed options\n"
|
||||
" d:xxx show only changed options with \"xxx\" in "
|
||||
"name\n"
|
||||
|
||||
Reference in New Issue
Block a user