branch: master
commit 23bd7a4ae90e1c824be5dbc0076f9e106eb06aa3
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    counsel.el (counsel-git): Add :caller
---
 counsel.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index be8d9bf..211f8b9 100644
--- a/counsel.el
+++ b/counsel.el
@@ -849,7 +849,8 @@ Describe the selected candidate."
                    "\n"
                    t)))
       (ivy-read "Find file" cands
-                :action #'counsel-git-action))))
+                :action #'counsel-git-action
+                :caller 'counsel-git))))
 
 (defun counsel-git-action (x)
   (with-ivy-window

Reply via email to