branch: elpa/helm
commit be98c8ea014ae8c6e8b66c2b61fb4267aa2b252c
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Remove usage of helm-guess-filename-at-point in highlight matches
---
 helm-core.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/helm-core.el b/helm-core.el
index f1f182a9ee..13879cdd5a 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -4686,8 +4686,7 @@ See `helm-fuzzy-default-highlight-match'."
   (cl-loop with diac = (helm-get-attr 'diacritics source)
            with file-comp-p = (and (not (helm-action-window))
                                    (or minibuffer-completing-file-name
-                                       (helm-get-attr 'completing-file-name 
source)
-                                       (helm-guess-filename-at-point)))
+                                       (helm-get-attr 'completing-file-name 
source)))
            ;; helm-pattern may have been modified (fuzzy) so ensure to
            ;; use helm-input which is the raw pattern.
            with pattern = (if file-comp-p

Reply via email to