completion/ivy: fix void-variable error in +ivy:{pt,grep}
This commit is contained in:
parent
dbdce2a8b2
commit
ded6526eee
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue