branch: elpa/helm commit 8d48f2224f07dac10a5af4f375e4d8b9763726e5 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
No need to pass minibuffer-completing-file-name in HFF The source is anyway using completing-file-name attr. When passing minibuffer-completing-file-name, it is propagated to helm-ls-git when brosing project from HFF, as a result match are higlighted only on basename of branches (when using -a). --- helm-files.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helm-files.el b/helm-files.el index c069a213a9..5e43ca749a 100644 --- a/helm-files.el +++ b/helm-files.el @@ -5455,8 +5455,7 @@ Use it for non-interactive calls of `helm-find-files'." (expand-file-name tap)))) ;; Ensure not being prompted for password each time we ;; navigate to a directory. - (password-cache t) - (minibuffer-completing-file-name t)) + (password-cache t)) (helm-set-local-variable 'helm-follow-mode-persistent nil 'helm-drag-mouse-1-fn 'helm-ff-drag-mouse-1-fn) (unless helm-source-find-files