diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-03 14:48:31 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:27 +0200 |
commit | 4fccf80e64ea1aab46f7a1782e5acde0d92ebd9c (patch) | |
tree | bf7420d777fc8e0049b8c4d3ab192653cf80b26f /src/plugins/fset/fset-command.c | |
parent | 55350d8a29bae91e521ea4179c85e4669b639eaa (diff) | |
download | weechat-4fccf80e64ea1aab46f7a1782e5acde0d92ebd9c.zip |
fset: add support of evaluated condition with filter "c:"
Diffstat (limited to 'src/plugins/fset/fset-command.c')
-rw-r--r-- | src/plugins/fset/fset-command.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index 0dd743a2d..e33ddcc5f 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -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 " |