branch: externals/ivy commit 327b9a3fb2557e5a769a88dd0fbd7c69cb2bd05d Merge: fff7b89 8fb081a Author: Basil L. Contovounesios <conto...@tcd.ie> Commit: Basil L. Contovounesios <conto...@tcd.ie>
Merge branch 'master' into externals/ivy --- ivy.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ivy.el b/ivy.el index 48ffa66..e262f7e 100644 --- a/ivy.el +++ b/ivy.el @@ -2520,7 +2520,9 @@ The previous string is between `ivy-completion-beg' and `ivy-completion-end'." (delete-region beg end)) (setq ivy-completion-beg (point)) (insert (substring-no-properties str)) - (completion--done str 'exact) + (completion--done str (if (eq ivy-exit 'done) + 'finished + 'exact)) (setq ivy-completion-end (point)) (save-excursion (dolist (cursor fake-cursors)