completion/ivy: fix void-variable error in +ivy:{pt,grep}

This commit is contained in:
Henrik Lissner 2018-05-17 17:00:20 +02:00
parent dbdce2a8b2
commit ded6526eee
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -20,13 +20,13 @@
(evil-define-command +ivy:pt (all-files-p query)
"Ex interface for `+ivy/pt'"
(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)
(evil-define-command +ivy:grep (all-files-p query)
"Ex interface for `+ivy/grep'"
(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)
(evil-define-command +ivy:ag (all-files-p query)