mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
fset: add support of evaluated condition with filter "c:"
This commit is contained in:
@@ -513,6 +513,10 @@ fset_command_init ()
|
||||
"\"xxx\"\n"
|
||||
" =xxx show only options with \"xxx\" in value\n"
|
||||
" ==xxx show only options with exact value \"xxx\"\n"
|
||||
" c:xxx show only options matching the evaluated "
|
||||
"condition \"xxx\", using following variables: name, parent_name, "
|
||||
"type, type_en, value, parent_value, min, max, description, "
|
||||
"description_en, string_values\n"
|
||||
" s:x,y sort options by fields x,y "
|
||||
"(see /help fset.look.sort)\n"
|
||||
" s: reset sort to its default value "
|
||||
|
||||
Reference in New Issue
Block a user