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

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

[elpa] master 4c81973 181/272: counsel.el (counsel-locate-cmd-es): Fix r


From: Oleh Krehel
Subject: [elpa] master 4c81973 181/272: counsel.el (counsel-locate-cmd-es): Fix regex
Date: Mon, 25 Apr 2016 10:13:24 +0000

branch: master
commit 4c81973d2bbacfaec95b5555cc8d1fe5ccbae55b
Author: justbur <address@hidden>
Commit: justbur <address@hidden>

    counsel.el (counsel-locate-cmd-es): Fix regex
    
    es doesn't support lazy search
---
 counsel.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 64baa76..128763d 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1238,7 +1238,7 @@ string - the full shell command to run."
   "Return a shell command based on INPUT."
   (format "es.exe -i -r %s"
           (counsel-unquote-regex-parens
-           (ivy--regex input))))
+           (ivy--regex input t))))
 
 (defun counsel-locate-function (input)
   (if (< (length input) 3)



reply via email to

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