Merge pull request #3861 from cxb811201/patch-2

Fix non evil environment (void-variable evil-this-operator)
This commit is contained in:
Henrik Lissner 2020-08-28 04:33:42 -04:00 committed by GitHub
commit f89a9458b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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