From 4a86ab55d8e65b0dbec2060a27b4c1c9cfb78f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 30 Oct 2019 19:41:56 +0100 Subject: fset: add comment on filter by evaluated expression --- src/plugins/fset/fset-option.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 ( -- cgit v1.2.3