fix :text-obj map macro

This commit is contained in:
V. Subramani Raju 2017-06-23 09:27:03 +05:30
parent 46b3f06f50
commit 6d4c9c83c3

View file

@ -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)))