branch: master
commit 6b574e456a8caf4c9ba405c54711916157d2ef7a
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    ivy.el (ivy-call): expand-file-name
    
    Fixes #668
---
 ivy.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ivy.el b/ivy.el
index a8085b5..b814059 100644
--- a/ivy.el
+++ b/ivy.el
@@ -953,6 +953,8 @@ Example use:
                             (if (setq idx (get-text-property 0 'idx 
ivy--current))
                                 (nth idx collection)
                               (assoc ivy--current collection)))))
+                    (ivy--directory
+                     (expand-file-name ivy--current ivy--directory))
                     ((equal ivy--current "")
                      ivy-text)
                     (t

Reply via email to