| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-16 | update version to 1.2.31.2.3 | Frank Fischer | |
| 2015-08-15 | merge default | Frank Fischer | |
| 2015-08-10 | do not move point at eol if `evil-move-beyond-eol` is non-nil (fix #551) | Frank Fischer | |
| 2015-08-10 | merge stable | Frank Fischer | |
| 2015-08-09 | avy integration: goto-char motions should be inclusive | bmag | |
| 2015-08-09 | avy integration: use evil-motion-state-map | bmag | |
| 2015-08-09 | implement paste last insertion command (fix #554) | Vasilij Schneidermann | |
| 2015-08-09 | version 1.2.2 | Frank Fischer | |
| 2015-08-09 | update version to 1.2.21.2.2 | Frank Fischer | |
| 2015-08-08 | Integration for avy (better than ace-jump-mode) | bmag | |
| 2015-08-06 | merge stable | Frank Fischer | |
| 2015-08-06 | `evil-jump-item` skips backward at eol (fix #538) | Frank Fischer | |
| 2015-08-04 | add Vasilij Schneidermann to author's list | Frank Fischer | |
| 2015-08-04 | restrict accepted registers for macro recording (fix #545) | Vasilij Schneidermann | |
| 2015-08-04 | make `evil-next-match` enable visual state from normal state (re #541) | Frank Fischer | |
| 2015-07-06 | merge stable | Frank Fischer | |
| 2015-07-06 | save excursion when moving windows (fix #536) | Frank Fischer | |
| If the same buffer is shown in different windows, point may be moved if one of the windows is deleted temporarily (to the position shown in the other window). Therefore the position is restored. | |||
| 2015-07-04 | version 1.2.1 | Frank Fischer | |
| 2015-07-04 | update version to 1.2.11.2.1 | Frank Fischer | |
| 2015-07-04 | evilupdate: change url to bitbucket in irc topic | Frank Fischer | |
| 2015-07-04 | evil-release-stable: work on mercurial repo | Frank Fischer | |
| 2015-07-04 | version 1.2.0 | Frank Fischer | |
| 2015-07-04 | update version to 1.2.01.2.0 | Frank Fischer | |
| 2015-07-04 | merge master | Frank Fischer | |
| 2015-07-04 | add tags | Frank Fischer | |
| 2015-07-04 | add Jonas Bernoulli to authors list | Frank Fischer | |
| 2015-07-04 | merge PR #16 | Frank Fischer | |
| 2015-07-04 | merge PR #17 | Frank Fischer | |
| 2015-07-04 | reindent evil-common.el and evil-tests.el | Frank Fischer | |
| 2015-07-03 | C-n and C-p move through search history | Gordon Gustafson | |
| They only work in the evil-search search module (evil-ex-search). It is possible to add these bindings to the isearch search module, but emulating vim search isn't its job. | |||
| 2015-07-02 | adapt for magit v2.1.0 | Jonas Bernoulli | |
| 2015-07-02 | Neater accounting for newlines in elisp | hardenedapple | |
| Instead of accounting for C-j by modifying the syntax table, account for it by moving over all characters of `endcomment` syntax type as well. | |||
| 2015-07-01 | Check dao/dio behaves reasonably with empty lines and punctuation characters | hardenedapple | |
| 2015-07-01 | Added test for empty lines | hardenedapple | |
| 2015-07-01 | Account for empty lines | hardenedapple | |
| 2015-07-01 | Added tests for evil-symbol text object | hardenedapple | |
| 2015-06-25 | evil-forward-symbol accounts for whitespace like evil-forward-word | hardenedapple | |
| This means that acting on a symbol with "dao" doesn't remove the starting brace of another list. | |||
| 2015-06-19 | ex: handle commands with / in parser (fix #531) | Frank Fischer | |
| 2015-06-19 | evil-commands.el: fix indentation | Frank Fischer | |
| 2015-06-15 | merge stable | Frank Fischer | |
| 2015-06-15 | add bindings for `<insert>` in normal state (fix #528) | Frank Fischer | |
| These bindings enter insert state from normal state. Furthermore, they do nothing in visual state. Because visual state inherits the normal state bindings, we have to disable them explicitly. | |||
| 2015-06-15 | disable `overwrite-mode` when entering normal-state (re #528) | Frank Fischer | |
| 2015-06-15 | evil-ex: guard regexp functions with `save-match-data` (fix #529) | Frank Fischer | |
| Functions should never change the match-data unless they should explicitly do so. | |||
| 2015-06-07 | merge stable | Frank Fischer | |
| 2015-06-07 | merge `evil-indent` improvement | Frank Fischer | |
| 2015-06-07 | merge `evil-move-beyond-eol` customization | Frank Fischer | |
| 2015-06-07 | merge half-cursor optimization | Frank Fischer | |
| 2015-06-04 | evil-indent: also tabify or untabify leading white characters | Hong Xu | |
| This is to be consistent with Vim's indent behavior: leading white characters should be tabified or untabified according to tab settings (indent-tabs-mode) | |||
| 2015-06-04 | search: catch `error` in `evil-ex-hl-update-highlights` (fix #527) | Frank Fischer | |
| Errors in the replacement text cause an `error` to be raised, so we must catch general errors and display the appropriate message in the ex line. | |||
| 2015-06-04 | search: raise `user-error` instead of `error` | Frank Fischer | |
