[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 76023fbe80 06/11: Expand file name in helm-files-save
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 76023fbe80 06/11: Expand file name in helm-files-save-file-name-history |
Date: |
Thu, 6 Jun 2024 10:00:14 -0400 (EDT) |
branch: elpa/helm
commit 76023fbe80cc142f3fae7f005021c6a16e2c2d71
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Expand file name in helm-files-save-file-name-history
This is needed for sources like fd that are providing relative names
as candidates.
---
helm-files.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/helm-files.el b/helm-files.el
index 54f0378d84..d7a3aef1a1 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -6635,7 +6635,8 @@ be directories."
;; other parts of Emacs seems to,
;; and we don't want to introduce duplicates.
(add-to-history 'file-name-history
- (abbreviate-file-name sel)))))))
+ (abbreviate-file-name
+ (expand-file-name sel))))))))
(add-hook 'helm-exit-minibuffer-hook 'helm-files-save-file-name-history)
(defvar helm-source-file-name-history
- [nongnu] elpa/helm updated (aa51c1a8d6 -> 8ef8bc4ee8), ELPA Syncer, 2024/06/06
- [nongnu] elpa/helm cd3107ea57 04/11: Allow using a function for help in *-read-answer, ELPA Syncer, 2024/06/06
- [nongnu] elpa/helm 0d76b45321 03/11: Provide help for helm-read-answer-dolist-with-action, ELPA Syncer, 2024/06/06
- [nongnu] elpa/helm a2f5185d61 08/11: Fix source name in helm-fd, ELPA Syncer, 2024/06/06
- [nongnu] elpa/helm e31a81506d 10/11: Do not update when doing C-k on an empty minibuffer, ELPA Syncer, 2024/06/06
- [nongnu] elpa/helm 73b1641e51 02/11: Provide a HELP argument to helm-read-answer, ELPA Syncer, 2024/06/06
- [nongnu] elpa/helm ddd9365725 01/11: Disable helm for read-multiple-choice--long-answers, ELPA Syncer, 2024/06/06
- [nongnu] elpa/helm e1442071ae 05/11: Provide help in several read-answer's, ELPA Syncer, 2024/06/06
- [nongnu] elpa/helm ba204d3b81 07/11: Add Fd and Etags to helm-files-save-history-extra-sources, ELPA Syncer, 2024/06/06
- [nongnu] elpa/helm 76023fbe80 06/11: Expand file name in helm-files-save-file-name-history,
ELPA Syncer <=
- [nongnu] elpa/helm 7e926402cd 09/11: Enhance helm-delete-minibuffer-contents prefix arg behavior, ELPA Syncer, 2024/06/06
- [nongnu] elpa/helm 8ef8bc4ee8 11/11: Update NEWS, ELPA Syncer, 2024/06/06