mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
completion/ivy: fix void-variable error in +ivy:{pt,grep}
This commit is contained in:
@ -20,13 +20,13 @@
|
|||||||
(evil-define-command +ivy:pt (all-files-p query)
|
(evil-define-command +ivy:pt (all-files-p query)
|
||||||
"Ex interface for `+ivy/pt'"
|
"Ex interface for `+ivy/pt'"
|
||||||
(interactive "<!><a>")
|
(interactive "<!><a>")
|
||||||
(+ivy/pt all-files-p query directory))
|
(+ivy/pt all-files-p query))
|
||||||
|
|
||||||
;;;###autoload (autoload '+ivy:grep "completion/ivy/autoload/evil" nil t)
|
;;;###autoload (autoload '+ivy:grep "completion/ivy/autoload/evil" nil t)
|
||||||
(evil-define-command +ivy:grep (all-files-p query)
|
(evil-define-command +ivy:grep (all-files-p query)
|
||||||
"Ex interface for `+ivy/grep'"
|
"Ex interface for `+ivy/grep'"
|
||||||
(interactive "<!><a>")
|
(interactive "<!><a>")
|
||||||
(+ivy/grep all-files-p query directory))
|
(+ivy/grep all-files-p query))
|
||||||
|
|
||||||
;;;###autoload (autoload '+ivy:ag "completion/ivy/autoload/evil" nil t)
|
;;;###autoload (autoload '+ivy:ag "completion/ivy/autoload/evil" nil t)
|
||||||
(evil-define-command +ivy:ag (all-files-p query)
|
(evil-define-command +ivy:ag (all-files-p query)
|
||||||
|
Reference in New Issue
Block a user