| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-02 | update version to 1.2.131.2.13 | Eivind Fonn | |
| 2017-08-01 | Map <C-w> q to evil-quit | Benjamin Ludwig | |
| fix #887 | |||
| 2017-05-31 | Add support for passing REGISTER and COUNT to :yank | Evgeni Kolev | |
| 2017-04-29 | Add support for passing REGISTER and COUNT to :delete | Evgeni Kolev | |
| 2017-03-23 | Implement ]s and [s | Vasilij Schneidermann | |
| Closes #718 | |||
| 2017-03-23 | Add support for passing COUNT and BANG to :join | Evgeni Kolev | |
| 2017-03-23 | Look up bound key status correctly | Vasilij Schneidermann | |
| 2016-04-16 | Implement `:delmarks` command (re #658) | Frank Fischer | |
| 2016-04-05 | Merge stable | Frank Fischer | |
| 2016-04-05 | update version to 1.2.121.2.12 | Frank Fischer | |
| 2016-03-15 | Implement `:cquit` command (close #638) | Frank Fischer | |
| 2016-03-11 | Implements vim's :enew command | Rodrigo Setti | |
| See http://vimdoc.sourceforge.net/htmldoc/editing.html#:enew | |||
| 2016-03-07 | Merge with stable | Frank Fischer | |
| 2016-03-07 | update version to 1.2.111.2.11 | Frank Fischer | |
| 2016-01-18 | Merge stable | Frank Fischer | |
| 2016-01-18 | update version to 1.2.101.2.10 | Frank Fischer | |
| 2016-01-16 | Merge stable | Frank Fischer | |
| 2016-01-11 | update version to 1.2.91.2.9 | Frank Fischer | |
| 2016-01-05 | Merge PR #27 | Frank Fischer | |
| 2016-01-05 | Merge stable | Frank Fischer | |
| 2016-01-05 | Make `:bwipeout` and alias for `:bdelete` (fix #598) | Frank Fischer | |
| 2015-12-08 | maps: Use defcustom :set for setting up optional insert state bindings | Justin Burkett | |
| Remove evil-add-insert-state-bindings and evil-remove-insert-state-bindings functions in favor of an update version that handles both cases and can be used directly in the defcustom for evil-disable-insert-state-bindings. | |||
| 2015-12-03 | maps: Make insert-state bindings "optional" | Justin Burkett | |
| The variable evil-insert-state-bindings holds all insert-state bindings except ones for <delete>, <escape>, and evil-toggle-key. The variable evil-disable-insert-state-bindings prevents the bindings from being bound when evil is loaded. New functions evil-add-insert-state-bindings and evil-remove-insert-state-bindings add or remove these bindings as long as they don't conflict with other changes made by the user. The motivation is that some users might prefer Emacs bindings in insert state over the vim ones, and this makes it easy to accomplish that goal. | |||
| 2015-11-09 | update version to 1.2.81.2.8 | Frank Fischer | |
| 2015-11-08 | Merge stable | Frank Fischer | |
| 2015-11-02 | update version to 1.2.71.2.7 | Frank Fischer | |
| 2015-10-26 | Merge stable | Frank Fischer | |
| 2015-10-26 | update version to 1.2.61.2.6 | Frank Fischer | |
| 2015-09-28 | Merge stable | Frank Fischer | |
| 2015-09-28 | update version to 1.2.51.2.5 | Frank Fischer | |
| 2015-09-15 | Bind `y` and `Y` in motion state (fix #575) | Frank Fischer | |
| 2015-09-13 | update version to 1.2.41.2.4 | Frank Fischer | |
| 2015-08-16 | update version to 1.2.31.2.3 | Frank Fischer | |
| 2015-08-09 | implement paste last insertion command (fix #554) | Vasilij Schneidermann | |
| 2015-08-09 | update version to 1.2.21.2.2 | Frank Fischer | |
| 2015-07-04 | update version to 1.2.11.2.1 | Frank Fischer | |
| 2015-07-04 | update version to 1.2.01.2.0 | 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-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-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-11 | update version to 1.1.61.1.6 | 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 | replace (kbd "DEL") by `deletechar` (fix #516) | Frank Fischer | |
| Several keys are ultimately remapped to `deletechar`, so this is the correct symbol to use. | |||
| 2015-04-20 | Implement Vim's C-v in insert state | Sebastian Schwarz | |
| 2015-04-20 | merge | Frank Fischer | |
| 2015-04-20 | update version to 1.1.2 | Frank Fischer | |
| 2015-04-20 | bind <DEL> to `evil-delete-char` (fix #516) | Frank Fischer | |
| 2015-04-18 | bind `:resize` to `evil-ex-resize` (fix #515) | Frank Fischer | |
