emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ivy-hydra 640b83d 182/395: counsel.el (counsel-rg-base-


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 640b83d 182/395: counsel.el (counsel-rg-base-command): Fix missing space
Date: Thu, 25 Feb 2021 08:31:58 -0500 (EST)

branch: externals/ivy-hydra
commit 640b83de79e94a36f7b07303bfaae4d24aab187e
Author: Jakub Zalewski <jakub.zalewski@iohk.io>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    counsel.el (counsel-rg-base-command): Fix missing space
    
    Fixes #2486
    Fixes #2487
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 19926a2..eaf833a 100644
--- a/counsel.el
+++ b/counsel.el
@@ -3067,7 +3067,7 @@ This uses `counsel-ag' with `counsel-ack-base-command' 
replacing
 ;;** `counsel-rg'
 (defcustom counsel-rg-base-command
   (if (memq system-type '(ms-dos windows-nt))
-      "rg -M 120 --with-filename --no-heading --line-number --color never %s 
--path-separator /."
+      "rg -M 120 --with-filename --no-heading --line-number --color never %s 
--path-separator / ."
     "rg -M 120 --with-filename --no-heading --line-number --color never %s")
   "Alternative to `counsel-ag-base-command' using ripgrep.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]