Use ivy-more-chars instead of obsolete counsel-more-chars

This commit is contained in:
Eric Danan 2019-03-25 09:56:01 +01:00
parent a07ddc808b
commit fb19569c97

View file

@ -656,7 +656,7 @@ construct the command.")
(defun counsel-projectile-grep-function (string)
"Grep for STRING in the current project."
(or (counsel-more-chars)
(or (ivy-more-chars)
(let ((default-directory (ivy-state-directory ivy-last))
(regex (counsel--grep-regex string)))
(counsel--async-command (format counsel-projectile-grep-command