branch: master
commit ca8d5ba6d1bbe5c16c0ae75611880020ad7e7fcb
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    ivy.el (ivy-partial): Adjust ivy-tab-space when one candidate
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 4f7126a..1f25743 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1029,7 +1029,7 @@ If the text hasn't changed as a result, forward to 
`ivy-alt-done'."
             (setq ivy-text
                   (concat
                    (mapconcat #'identity parts " ")
-                   (and ivy-tab-space " "))))
+                   (and ivy-tab-space (not (= (length ivy--old-cands) 1)) " 
"))))
            (when (and
                   (eq (ivy-state-collection ivy-last) 
#'read-file-name-internal)
                   (= 1 (length

Reply via email to