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

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

[nongnu] elpa/helm edfd77e51d: Match icons in buffers preselection


From: ELPA Syncer
Subject: [nongnu] elpa/helm edfd77e51d: Match icons in buffers preselection
Date: Sun, 30 Oct 2022 15:58:48 -0400 (EDT)

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

    Match icons in buffers preselection
---
 helm-buffers.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-buffers.el b/helm-buffers.el
index 4a06aff41e..17a329392a 100644
--- a/helm-buffers.el
+++ b/helm-buffers.el
@@ -577,7 +577,7 @@ buffers)."
                (file-remote-p (with-current-buffer bufname
                                 default-directory)))
       (setq bufname (concat "@ " (helm-url-unhex-string bufname))))
-    (concat "^"
+    (concat "^[[:multibyte:] ]*"
             (if (and (null helm-buffer-details-flag)
                      (numberp helm-buffer-max-length)
                      (> (string-width bufname)



reply via email to

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