]> code.delx.au - gnu-emacs-elpa/commitdiff
counsel.el (counsel-locate-cmd-es): Fix regex
authorjustbur <justin@burkett.cc>
Sat, 12 Mar 2016 23:10:40 +0000 (18:10 -0500)
committerjustbur <justin@burkett.cc>
Sat, 12 Mar 2016 23:10:40 +0000 (18:10 -0500)
es doesn't support lazy search

counsel.el

index 64baa769733a86b67c24290577ed7e77de93d617..128763db6808d0b141183e3b7e667e32cf9215c3 100644 (file)
@@ -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)