branch: master
commit bb4814a6a6bd52042afd8dcbd99a29fe880aa991
Author: Yevgnen Koh <[email protected]>
Commit: Oleh Krehel <[email protected]>

    Fix counsel-ag support limiting in files
    
    Fixes #822
    Fixes #823
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index f65628c..3ed15c6 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1689,7 +1689,7 @@ If non-nil, EXTRA-AG-ARGS string is appended to BASE-CMD."
              (extra-ag-args (if args-end
                                 (substring-no-properties extra-ag-args 0 
args-end)
                               extra-ag-args))
-             (ag-cmd (format counsel-ag-base-command
+             (ag-cmd (format base-cmd
                              (concat extra-ag-args
                                      " -- "
                                      (shell-quote-argument regex)

Reply via email to