branch: elpa/evil
commit b47cb64ceb6d10ecc4a132dce8e3ac0465e1b637
Author: Simon Nicolussi <[email protected]>
Commit: Tom Dalziel <[email protected]>
Keep using the old input method in evil-local-mode
---
evil-core.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/evil-core.el b/evil-core.el
index cf75497db6..d2ab7f30b2 100644
--- a/evil-core.el
+++ b/evil-core.el
@@ -132,6 +132,7 @@
(when (minibufferp)
(setq-local evil-default-state 'insert)
(setq-local evil-echo-state nil))
+ (setq evil-input-method current-input-method)
;; The initial state is usually setup by `evil-initialize' when
;; the major-mode in a buffer changes. This preliminary
;; initialization is only for the case when `evil-local-mode' is