branch: externals/ivy-hydra
commit 3b35b458e138e7e7a51de7d9e0a1ac70b9f54780
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    counsel.el (counsel-ack): Fix
    
    Fixes #2295
---
 counsel.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index afec27b..592daaf 100644
--- a/counsel.el
+++ b/counsel.el
@@ -2946,7 +2946,9 @@ This uses `counsel-ag' with `counsel-ack-base-command' 
replacing
   (interactive)
   (let ((counsel-ag-base-command counsel-ack-base-command)
         (counsel--grep-tool-look-around t))
-    (counsel-ag initial-input :caller 'counsel-ack)))
+    (counsel-ag
+     initial-input nil nil nil
+     :caller 'counsel-ack)))
 
 
 ;;** `counsel-rg'

Reply via email to