From: justbur Date: Sat, 12 Mar 2016 23:10:40 +0000 (-0500) Subject: counsel.el (counsel-locate-cmd-es): Fix regex X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/4c81973d2bbacfaec95b5555cc8d1fe5ccbae55b counsel.el (counsel-locate-cmd-es): Fix regex es doesn't support lazy search --- 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)