branch: externals/ivy-hydra
commit d3210482e14164229d8f781576882b90b40137d1
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
ivy.el (ivy-add-prompt-count): Simplify
---
ivy.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/ivy.el b/ivy.el
index f52a9c3..098aa09 100644
--- a/ivy.el
+++ b/ivy.el
@@ -2413,8 +2413,6 @@ This is useful for recursive `ivy-read'."
prompt)))
((string-match-p "%.*d" ivy-count-format)
(concat ivy-count-format prompt))
- (ivy--directory
- prompt)
(t
prompt)))