branch: elpa/helm commit e85ece479799a84a55a08a91d7225164e46c6f0c Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Use prefix match in helm-mm-3f-match --- helm-multi-match.el | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-multi-match.el b/helm-multi-match.el index e32a9978d9..935db0b98c 100644 --- a/helm-multi-match.el +++ b/helm-multi-match.el @@ -307,6 +307,7 @@ CANDIDATE starting at end of first match." (not (helm-mm-regexp-p regexp))) (char-fold-to-regexp regexp) regexp) + for pref-re = (if end re (concat "\\`" re)) always (funcall predicate (prog1 (condition-case _err (string-match re candidate end)