[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm be98c8ea01: Remove usage of helm-guess-filename-at-po
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm be98c8ea01: Remove usage of helm-guess-filename-at-point in highlight matches |
Date: |
Fri, 5 May 2023 11:02:25 -0400 (EDT) |
branch: elpa/helm
commit be98c8ea014ae8c6e8b66c2b61fb4267aa2b252c
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/helm be98c8ea01: Remove usage of helm-guess-filename-at-point in highlight matches,
ELPA Syncer <=