branch: master
commit 43bfb09db3131d2b63506dd5a4fc1b1dade664d6
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    ivy.el (ivy--virtual-buffers): Add delete " -no file- "
---
 ivy.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ivy.el b/ivy.el
index dc6d595..9ff00b3 100644
--- a/ivy.el
+++ b/ivy.el
@@ -3181,8 +3181,9 @@ CANDS is a list of strings."
     (bookmark-maybe-load-default-file)
     (dolist (head (append
                    (copy-sequence recentf-list)
-                   (delq nil (mapcar #'bookmark-get-filename
-                                     (copy-sequence bookmark-alist)))))
+                   (delete "   - no file -"
+                           (delq nil (mapcar #'bookmark-get-filename
+                                             (copy-sequence 
bookmark-alist))))))
       (let ((file-name (if (stringp head)
                            head
                          (cdr head)))

Reply via email to