Fix non evil environment (void variable evil this operator)
This commit is contained in:
parent
841eacc77d
commit
5c9e21814e
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
|||
(setq prefix-arg current-prefix-arg
|
||||
unread-command-events
|
||||
(mapcar (lambda (e) (cons t e))
|
||||
(vconcat (when evil-this-operator
|
||||
(vconcat (when (and (fboundp 'evil-this-operator)
|
||||
evil-this-operator)
|
||||
(where-is-internal evil-this-operator
|
||||
evil-normal-state-map
|
||||
t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue