Skip to content

Commit

Permalink
fset: add comment on filter by evaluated expression
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Oct 30, 2019
1 parent 7cac32f commit 4a86ab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/fset/fset-option.c
Expand Up @@ -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 (
Expand Down

0 comments on commit 4a86ab5

Please sign in to comment.