Skip to content

Commit

Permalink
Reenable matching in the transformer.
Browse files Browse the repository at this point in the history
* helm-dictionary.el (helm-dictionary-transformer): Do it.
  • Loading branch information
Thierry Volpiatto committed Mar 9, 2016
1 parent 36fa663 commit 88c2fae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-dictionary.el
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ browser in `helm-browse-url-default-browser-alist'"
and append
(cl-loop for l1term in l1terms
for l2term in l2terms
if (or (string-match helm-pattern l1term)
(string-match helm-pattern l2term))
collect
(cons
(concat
Expand Down

0 comments on commit 88c2fae

Please sign in to comment.