fix :text-obj map macro
This commit is contained in:
parent
46b3f06f50
commit
6d4c9c83c3
1 changed files with 2 additions and 2 deletions
|
@ -175,8 +175,8 @@ Example
|
|||
(let* ((key (pop rest))
|
||||
(inner (pop rest))
|
||||
(outer (pop rest)))
|
||||
(push (macroexpand `(map! (:map evil-outer-text-objects-map ,key ,inner)
|
||||
(:map evil-inner-text-objects-map ,key ,outer)))
|
||||
(push (macroexpand `(map! (:map evil-inner-text-objects-map ,key ,inner)
|
||||
(:map evil-outer-text-objects-map ,key ,outer)))
|
||||
forms)))
|
||||
(:prefix
|
||||
(let ((def (pop rest)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue