branch: elpa/helm commit d5878c24e04e8ef6382ef79851dea21c1a8aa059 Merge: 602c128a7d 910daa3025 Author: Thierry Volpiatto <thie...@posteo.net> Commit: GitHub <nore...@github.com>
Merge pull request #2676 from taquangtrung/master include checking tab in helm-ff-last-expanded-candidate-regexp --- helm-files.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-files.el b/helm-files.el index babf5581e5..ef432e2759 100644 --- a/helm-files.el +++ b/helm-files.el @@ -114,10 +114,10 @@ ;;; Internal vars ;; -(defvar helm-ff-last-expanded-candidate-regexp "^[[:multibyte:] ]*%s" +(defvar helm-ff-last-expanded-candidate-regexp "^[[:multibyte:] \t]*%s" "Regexp that retrieve previous candidate when going up one level. The default value matching a multibyte char at bol allows -prefixing candidate with an icon. The format part will be +prefixing candidate with an icon. The format part will be replaced by the display part of the candidate regexp quoted. This should be used for all preselection code for helm-find-files to handle icons.")