mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/ivy: fix +helm--get-command references
Bad copypasta!
This commit is contained in:
@ -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
|
ALL-FILES-P (universal argument), include all files, even hidden or compressed
|
||||||
ones, in the search."
|
ones, in the search."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(funcall (or (+helm--get-command "+ivy/%s")
|
(funcall (or (+ivy--get-command "+ivy/%s")
|
||||||
#'+ivy/grep)
|
#'+ivy/grep)
|
||||||
(or all-files-p current-prefix-arg)))
|
(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
|
ALL-FILES-P (universal argument), include all files, even hidden or compressed
|
||||||
ones."
|
ones."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(funcall (or (+helm--get-command "+ivy/%s-from-cwd")
|
(funcall (or (+ivy--get-command "+ivy/%s-from-cwd")
|
||||||
#'+ivy/grep-from-cwd)
|
#'+ivy/grep-from-cwd)
|
||||||
(or all-files-p current-prefix-arg)))
|
(or all-files-p current-prefix-arg)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user