branch: elpa/evil-escape
commit 1d7052cebc14e887357d32fbc5d1a2ef3a99bfb8
Author: syl20bnr <sylvain.ben...@gmail.com>
Commit: syl20bnr <sylvain.ben...@gmail.com>

    Bump to version 2.11
---
 evil-escape.el | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/evil-escape.el b/evil-escape.el
index f53989b346..8e3f1d4a24 100644
--- a/evil-escape.el
+++ b/evil-escape.el
@@ -5,7 +5,7 @@
 ;; Author: Sylvain Benner <sylvain.ben...@gmail.com>
 ;; Keywords: convenience editing evil
 ;; Created: 22 Oct 2014
-;; Version: 2.10
+;; Version: 2.11
 ;; Package-Requires: ((emacs "24") (evil "1.0.9"))
 ;; URL: https://github.com/syl20bnr/evil-escape
 
@@ -59,6 +59,15 @@
 ;; More information in the readme of the repository:
 ;; https://github.com/syl20bnr/evil-escape
 
+;; Limitations
+
+;; `fd' cannot be used during macro recording, use regular `ESC'
+;; instead.
+
+;; Due to the current implementation only the key declared in
+;; `evil-motion-state-map' can be used as the first character
+;; of the key sequence:
+
 ;;; Code:
 
 (require 'evil)

Reply via email to