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

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

[elpa] master d2f754d 02/18: ivy.el (ivy-alt-done): Update for 0 candida


From: Oleh Krehel
Subject: [elpa] master d2f754d 02/18: ivy.el (ivy-alt-done): Update for 0 candidates
Date: Mon, 20 Apr 2015 12:39:01 +0000

branch: master
commit d2f754d40bf0aa64f09d0257d97c4ae2607a14b5
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy.el (ivy-alt-done): Update for 0 candidates
---
 ivy.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ivy.el b/ivy.el
index 4388834..8f8f63a 100644
--- a/ivy.el
+++ b/ivy.el
@@ -165,6 +165,7 @@ When non-nil, it should contain one %d.")
            (ivy-done))
 
           ((and ivy--directory
+                (plusp ivy--length)
                 (file-directory-p
                  (setq dir (expand-file-name
                             ivy--current ivy--directory))))



reply via email to

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