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

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

[elpa] master 1cdb6ed 32/57: ivy.el (ivy-partial-or-done): Fixup


From: Oleh Krehel
Subject: [elpa] master 1cdb6ed 32/57: ivy.el (ivy-partial-or-done): Fixup
Date: Tue, 19 May 2015 14:21:33 +0000

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

    ivy.el (ivy-partial-or-done): Fixup
---
 ivy.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ivy.el b/ivy.el
index fc6759a..551ed01 100644
--- a/ivy.el
+++ b/ivy.el
@@ -298,7 +298,7 @@ candidate."
         (minibuffer-complete)
         (setq ivy-text (ivy--input))
         (when (file-directory-p ivy-text)
-          (ivy--cd ivy-text)))
+          (ivy--cd (expand-file-name ivy-text))))
     (or (ivy-partial)
         (if (eq this-command last-command)
             (ivy-done)



reply via email to

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