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

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

[elpa] externals/ivy-hydra 269583d 125/395: counsel.el (counsel-locate-c


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 269583d 125/395: counsel.el (counsel-locate-cmd-es): Switch flags order
Date: Thu, 25 Feb 2021 08:31:46 -0500 (EST)

branch: externals/ivy-hydra
commit 269583de8b167470fd25851b1893067f524b4455
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    counsel.el (counsel-locate-cmd-es): Switch flags order
    
    Fixes #2393
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index d622568..2783718 100644
--- a/counsel.el
+++ b/counsel.el
@@ -2536,7 +2536,7 @@ string - the full shell command to run."
 (defun counsel-locate-cmd-es (input)
   "Return a shell command based on INPUT."
   (counsel-require-program "es.exe")
-  (let ((raw-string (format "es.exe -i -r -p %s"
+  (let ((raw-string (format "es.exe -i -p -r %s"
                             (counsel--elisp-to-pcre
                              (ivy--regex input t)))))
     ;; W32 don't use Unicode by default, so we encode search command



reply via email to

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