| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-09 | update version to 1.2.21.2.2 | 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 | 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 | |
| 2015-06-04 | remove C-h/j/k/l bindings from window map (fix #524) | Frank Fischer | |
| The binding C-h should never be overwritten in Emacs, because it shows the help page for existing key bindings, so we remove it and its friends. The regular bindings without C- prefix remain. | |||
| 2015-05-27 | Add new configuration variable evil-move-beyond-eol | syl20bnr | |
| Defaults to nil as it is the case in Vim When non-nil the cursor can be move beyond the last character of a line and the advice for evaluating the last-sexp when cursor is on the parenthesis are non effecitve (they are still defined though). | |||
| 2015-05-27 | Optimize half-cursor height computation. | syl20bnr | |
| 2015-05-15 | merge fix for #514 | Frank Fischer | |
| 2015-05-11 | update version to 1.1.61.1.6 | Frank Fischer | |
| 2015-05-11 | evilupdate: wait 5 seconds for changing irc channel topic | Frank Fischer | |
| 2015-05-11 | evil-release-stable: ensure stable revision is a number | Frank Fischer | |
| 2015-05-10 | update version to 1.1.51.1.5 | Frank Fischer | |
| 2015-05-03 | update version to 1.1.41.1.4 | Frank Fischer | |
| 2015-04-26 | update version to 1.1.3 | Frank Fischer | |
| 2015-04-23 | evil-common: forward declare `evil-ex-p`1.1.3 | Frank Fischer | |
