Modifying wrong variable judgment logic

This commit is contained in:
Mike Chen 2020-08-28 15:57:58 +08:00 committed by GitHub
parent 5c9e21814e
commit f22f2e28b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,8 +13,7 @@
(setq prefix-arg current-prefix-arg (setq prefix-arg current-prefix-arg
unread-command-events unread-command-events
(mapcar (lambda (e) (cons t e)) (mapcar (lambda (e) (cons t e))
(vconcat (when (and (fboundp 'evil-this-operator) (vconcat (when (bound-and-true-p evil-this-operator)
evil-this-operator)
(where-is-internal evil-this-operator (where-is-internal evil-this-operator
evil-normal-state-map evil-normal-state-map
t)) t))