branch: elpa/evil-exchange
commit 6e80e2509bcc14d84ca04e3c463c04e4c999efa4
Author: Dewdrops <[email protected]>
Commit: Dewdrops <[email protected]>

    mention compatibility issues in doc
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 6a66ac2217..0031546018 100644
--- a/README.md
+++ b/README.md
@@ -61,3 +61,7 @@ vim plugin) by customizing `evil-exchange-key` option. If you 
prefer the key bin
 The `evil-exchange-cx-install` function tries to mimic the original vim 
plugin's behaviour, i.e. `cx` in normal state bound to `evil-exchange`,
 `cxc` in normal state bound to `evil-exchange-cancel`, and `X` in visual state 
bound to `evil-exchange`.
 
+Known Issues
+-------
+
+* Some packages may redefine `c` (`evil-change`) in normal state or/and `x` in 
operator state, which will conflict with the vim style bindings (`cx` and 
`cxc`). In this case, you may have to unbind them to make 
`evil-exchange-cx-install` work. Any PRs are welcome for compatibility.

Reply via email to