emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 4402bd042f: Fix helm-ff-last-expanded-candidate-regex


From: ELPA Syncer
Subject: [nongnu] elpa/helm 4402bd042f: Fix helm-ff-last-expanded-candidate-regexp with image-dired thumbs
Date: Sun, 8 May 2022 10:58:22 -0400 (EDT)

branch: elpa/helm
commit 4402bd042f9af15cc671175061795b36d0cbe434
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix helm-ff-last-expanded-candidate-regexp with image-dired thumbs
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 7e2084e1c4..d94633b2c8 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -813,7 +813,7 @@ when moving out of directory when non nil."
   :type '(repeat string)
   :group 'helm-files)
 
-(defvar helm-ff-last-expanded-candidate-regexp "^[[:multibyte:]]? ?%s$"
+(defvar helm-ff-last-expanded-candidate-regexp "^[[:multibyte:] ]*%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 replaced by the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]