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

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

[nongnu] elpa/helm 272223e846 1/2: Fix preselection in quit and find fil


From: ELPA Syncer
Subject: [nongnu] elpa/helm 272223e846 1/2: Fix preselection in quit and find file
Date: Thu, 10 Nov 2022 03:03:20 -0500 (EST)

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

    Fix preselection in quit and find file
    
    Fix helm-ff-last-expanded-candidate-regexp, the filename may not be at
    eol if it is a symlink.
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 221afe5a31..b25dd4a7ee 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -107,7 +107,7 @@
 
 ;;; Internal vars
 ;;
-(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]