completion/ivy: fix +helm--get-command references

Bad copypasta!
This commit is contained in:
Henrik Lissner 2018-09-09 13:44:12 -04:00
parent 11feeaea5f
commit 2d685d736e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -314,7 +314,7 @@ Uses the first available search backend from `+ivy-project-search-engines'. If
ALL-FILES-P (universal argument), include all files, even hidden or compressed
ones, in the search."
(interactive "P")
(funcall (or (+helm--get-command "+ivy/%s")
(funcall (or (+ivy--get-command "+ivy/%s")
#'+ivy/grep)
(or all-files-p current-prefix-arg)))
@ -326,7 +326,7 @@ Uses the first available search backend from `+ivy-project-search-engines'. If
ALL-FILES-P (universal argument), include all files, even hidden or compressed
ones."
(interactive "P")
(funcall (or (+helm--get-command "+ivy/%s-from-cwd")
(funcall (or (+ivy--get-command "+ivy/%s-from-cwd")
#'+ivy/grep-from-cwd)
(or all-files-p current-prefix-arg)))