fix: ivy occur requires a extra argument.
This commit is contained in:
parent
ace17b9a32
commit
50b78e27a3
1 changed files with 1 additions and 1 deletions
|
|
@ -678,7 +678,7 @@ construct the command.")
|
||||||
;; `counsel-ag'-like commands.
|
;; `counsel-ag'-like commands.
|
||||||
(counsel-git-grep-transformer (string-remove-prefix "./" str)))
|
(counsel-git-grep-transformer (string-remove-prefix "./" str)))
|
||||||
|
|
||||||
(defun counsel-projectile-grep-occur ()
|
(defun counsel-projectile-grep-occur (&optional _cands)
|
||||||
"Generate a custom occur buffer for `counsel-projectile-grep'."
|
"Generate a custom occur buffer for `counsel-projectile-grep'."
|
||||||
(counsel-grep-like-occur
|
(counsel-grep-like-occur
|
||||||
counsel-projectile-grep-command))
|
counsel-projectile-grep-command))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue