branch: elpa/helm commit 910daa30254385f8f771120e8d1609034db9e1c7 Author: Ta Quang Trung <taquangtrun...@gmail.com> Commit: Ta Quang Trung <taquangtrun...@gmail.com>
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.")