diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-30 19:41:56 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-30 19:41:56 +0100 |
commit | 4a86ab55d8e65b0dbec2060a27b4c1c9cfb78f17 (patch) | |
tree | 7e78759933ec0e70144f7398e04c852248f0f623 /src | |
parent | 7cac32fc1f76bcfd7179f2df250f323a1f5b8c84 (diff) | |
download | weechat-4a86ab55d8e65b0dbec2060a27b4c1c9cfb78f17.zip |
fset: add comment on filter by evaluated expression
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/fset/fset-option.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fset/fset-option.c b/src/plugins/fset/fset-option.c index 560095d7a..9ead1ec90 100644 --- a/src/plugins/fset/fset-option.c +++ b/src/plugins/fset/fset-option.c @@ -313,6 +313,7 @@ fset_option_match_filter (struct t_fset_option *fset_option, const char *filter) if (strncmp (filter, "c:", 2) == 0) { + /* filter by evaluated condition */ weechat_hashtable_set (fset_option_filter_hashtable_pointers, "fset_option", fset_option); fset_option_add_option_in_hashtable ( |