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

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

[nongnu] elpa/helm 87f3218645: Fix preselection in toggle thumbnails


From: ELPA Syncer
Subject: [nongnu] elpa/helm 87f3218645: Fix preselection in toggle thumbnails
Date: Fri, 19 Aug 2022 09:58:55 -0400 (EDT)

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

    Fix preselection in toggle thumbnails
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 129d6529ac..4d5d8e7f8a 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -4952,7 +4952,7 @@ Special commands:
     (setq helm-ff--thumbnailed-directories
           (delete helm-ff-default-directory helm-ff--thumbnailed-directories)))
   (helm-update (regexp-quote (replace-regexp-in-string
-                              "\\` *" "" (helm-get-selection nil t)))))
+                              "\\`[[:multibyte:] ]*" "" (helm-get-selection 
nil t)))))
 (put 'helm-ff-toggle-thumbnails 'no-helm-mx t)
 
 ;;;###autoload



reply via email to

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