[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm f728686f9d: Fix preselection of single char directory
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm f728686f9d: Fix preselection of single char directory names |
Date: |
Thu, 19 Sep 2024 16:00:09 -0400 (EDT) |
branch: elpa/helm
commit f728686f9df5fcd20dbdc4fb8efd0f05b4b7f167
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Fix preselection of single char directory names
---
helm-files.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-files.el b/helm-files.el
index 048e7d54e4..0fe850534a 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -3034,7 +3034,7 @@ hitting C-j on \"..\"."
(with-helm-window
(when (re-search-forward
(format helm-ff-last-expanded-candidate-regexp
- (regexp-quote presel))
+ (concat (regexp-quote presel) "$"))
nil t)
(forward-line 0)
(helm-mark-current-line)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/helm f728686f9d: Fix preselection of single char directory names,
ELPA Syncer <=