- Fix #319.
- Fix bug induced in emacs trunk due to changed behaviour of `overriding-terminal-local-map` (fixes #309).
- Fix bug in `show-paren-mode` due to variable renaming in latest emacs.
- Fix bug in isearch module due to variable renaming in latest emacs.
- Undo one restriction when <c> argument is read in operator state.
- Fix `evil-delete-backward-word` at first non-blank in a line.
- Fix #290.
- An ELPA package built by
make elpa
contains COPYING file. - Bind
[tab]
like\t
inevil-ex-completion-map
, so that it cannot be overwritten by a[tab]
binding in the parent keymapminibuffer-local-completion-map
. - Improve worst case performance of internal functions
evil-in-string-p
,evil-string-beginning
andevil-string-end
. This functions are used, e.g., in certain text objects to detect whether point is within a string. - Update authors list.
- The interactive code
<state>
is fixed and used correctly inevil-ex-set-initial-state
. evil-ex-global
always generates a single undo-step.- Resolved issues: #249, #250, #253 and #257.