Releases: syl20bnr/evil-escape
Releases · syl20bnr/evil-escape
2.29
- Ensure that map is defined when key bindings are removed
2.28
- New variable
evil-escape-inhibit
useful in wrappers around evil-escape's own wrappers.
2.27
- Correctly check if
hl-line-mode
is bound (fixes #26)
- Use
self-insert-command
instead of insert
(fixes #28)
2.26
- Add documentation to generated wrapper functions
2.25
- Fixes support for operators (in
d|ummy letter a
example, dfa
was not deleting up to a
but only the character u
under point)
2.24
- Correctly escape in evil replace state (fixes #23)
- Correctly handle iedit-state (fixes #25)
- More stable passthrough
- Add support for evilified state
- Fix line highlight flicker on partial escape (thanks to mlsteele)
2.21
- Remove support for company (not needed and confusing)
2.20
- Add support for
deft
filter mechanism
- Add support for
company
2.19
- Add support for
helm-ag
edit buffer
- Remove message when evil-escape is enabled
- Correctly undefine the mapping on the first key of the sequence (default is
f
) when evil-escape is disabled
2.18
- Fix error
f is undefined
- Fix broken
isearch-abort
(only the first one worked)