branch: elpa/helm commit f7e0184c5877b03411c47cf1ccde1017f1a4b458 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix prefix end in helm-mm-3-search-base --- helm-multi-match.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-multi-match.el b/helm-multi-match.el index 99d61b69f3..556eb9cfa9 100644 --- a/helm-multi-match.el +++ b/helm-multi-match.el @@ -233,7 +233,7 @@ i.e (identity (re-search-forward \"foo\" (pos-eol) t)) => t." (invalid-regexp nil)) for bol = (pos-bol) for eol = (pos-eol) - for end = (and prefix-search (match-end 0)) ; End of prefix. + for end = (and prefix-search (+ bol (match-end 0))) ; End of prefix. ;; Now search subsequent patterns on this line. if (cl-loop for (pred . str) in (cdr pat) for regexp = (if (and helm-mm--match-on-diacritics