From 4c81973d2bbacfaec95b5555cc8d1fe5ccbae55b Mon Sep 17 00:00:00 2001 From: justbur Date: Sat, 12 Mar 2016 18:10:40 -0500 Subject: [PATCH] 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 64baa7697..128763db6 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) -- 2.39.2