feature/evil: remove macroexpand
Snuck into a commit
This commit is contained in:
parent
75457f63fe
commit
69143b20f8
1 changed files with 2 additions and 3 deletions
|
@ -128,9 +128,8 @@ variable for an explanation of the defaults (in comments). See
|
|||
;; Other commands can make use of this
|
||||
(evil-define-interactive-code "<//>"
|
||||
:ex-arg buffer-match (list (if (evil-ex-p) evil-ex-argument)))
|
||||
(macroexpand '
|
||||
(evil-define-interactive-code "<//g>"
|
||||
:ex-arg global-match (list (if (evil-ex-p) evil-ex-argument))))
|
||||
(evil-define-interactive-code "<//g>"
|
||||
:ex-arg global-match (list (if (evil-ex-p) evil-ex-argument)))
|
||||
|
||||
;; By default :g[lobal] doesn't highlight matches in the current buffer. I've
|
||||
;; got to write my own argument type and interactive code to get it to do so.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue