branch: master
commit 1cdb6ed335e2d909a103f31a6efcbd1d6fbd2b4a
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
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)