From 2ac1d2d9c190710f3e962f98cd4202e66687f033 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Sun, 17 Apr 2016 14:22:17 +0200 Subject: [PATCH] ivy.el (ivy-occur-press): Set counsel-grep-last-line to nil --- ivy.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ivy.el b/ivy.el index 1a9ba33d9..674e487f9 100644 --- a/ivy.el +++ b/ivy.el @@ -2994,6 +2994,7 @@ EVENT gives the mouse position." (declare-function swiper--cleanup "swiper") (declare-function swiper--add-overlays "swiper") (defvar ivy-occur-timer nil) +(defvar counsel-grep-last-line) (defun ivy-occur-press () "Execute action for the current candidate." @@ -3020,6 +3021,7 @@ EVENT gives the mouse position." (action (ivy--get-action ivy-last)) (ivy-exit 'done)) (with-ivy-window + (setq counsel-grep-last-line nil) (funcall action (if (and (consp coll) (consp (car coll))) -- 2.39.2