Skip to content

Releases: syl20bnr/evil-escape

2.29

01 Sep 13:42
Compare
Choose a tag to compare
  • Ensure that map is defined when key bindings are removed

2.28

01 Jul 16:24
Compare
Choose a tag to compare
  • New variable evil-escape-inhibit useful in wrappers around evil-escape's own wrappers.

2.27

17 Jun 03:40
Compare
Choose a tag to compare
  • Correctly check if hl-line-mode is bound (fixes #26)
  • Use self-insert-command instead of insert (fixes #28)

2.26

10 May 03:56
Compare
Choose a tag to compare
  • Add documentation to generated wrapper functions

2.25

08 May 15:52
Compare
Choose a tag to compare
  • 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

05 May 05:35
Compare
Choose a tag to compare
  • 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

27 Apr 02:57
Compare
Choose a tag to compare
  • Remove support for company (not needed and confusing)

2.20

18 Apr 04:42
Compare
Choose a tag to compare
  • Add support for deft filter mechanism
  • Add support for company

2.19

12 Apr 03:42
Compare
Choose a tag to compare
  • 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

31 Mar 17:16
Compare
Choose a tag to compare
  • Fix error f is undefined
  • Fix broken isearch-abort (only the first one worked)