branch: master
commit 31d664a0ea3155ed99810425527f351076dac378
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
ivy.el (ivy-dispatching-done): Add a trailing newline
---
ivy.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ivy.el b/ivy.el
index bd11501..989a34e 100644
--- a/ivy.el
+++ b/ivy.el
@@ -285,7 +285,8 @@ When non-nil, it should contain one %d.")
'face 'font-lock-builtin-face)
(nth 2 x)))
(cdr actions)
- "\n")))
+ "\n")
+ "\n: "))
(key (string (read-key hint)))
(action (assoc key (cdr actions))))
(cond ((string= key ""))