branch: master
commit 23862775f7877552afc6b2d94274dfd9672717cf
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
ivy.el (ivy-resume): Pass caller
Fixes #245
---
ivy.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ivy.el b/ivy.el
index 649dcae..f985ef7 100644
--- a/ivy.el
+++ b/ivy.el
@@ -500,7 +500,8 @@ If the text hasn't changed as a result, forward to
`ivy-alt-done'."
:unwind (ivy-state-unwind ivy-last)
:re-builder (ivy-state-re-builder ivy-last)
:matcher (ivy-state-matcher ivy-last)
- :dynamic-collection (ivy-state-dynamic-collection ivy-last)))
+ :dynamic-collection (ivy-state-dynamic-collection ivy-last)
+ :caller (ivy-state-caller ivy-last)))
(defvar ivy-calling nil
"When non-nil, call the current action when `ivy--index' changes.")