1
0
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:
Sébastien Helleu
2017-06-03 14:48:31 +02:00
parent 55350d8a29
commit 4fccf80e64
2 changed files with 115 additions and 4 deletions
+4
View File
@@ -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 "