| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-30 | Bump version to 1.14.21.14.2stablerelease-1.14 | Tom Dalziel | |
| 2022-04-30 | Add `evil-select-inner-unrestricted-object` | Tom Dalziel | |
| 2022-04-30 | Revert forward-evil-word work | Tom Dalziel | |
| 2022-04-25 | Bump version to 1.14.11.14.1 | Tom Dalziel | |
| 2022-04-25 | Add `evil-word-object` & `evil-WORD-object` which stay on line | Tom Dalziel | |
| Fixes #834 | |||
| 2022-04-20 | Refactor substitution empty last line handling | Tom Dalziel | |
| 2022-04-20 | Exclude final empty line from implicit inclusion in substitution | Tom Dalziel | |
| Fixes #1321 | |||
| 2022-04-18 | Visual point+mark dependent on initial visual paste direction | Tom Dalziel | |
| 2022-04-18 | Update markers when blockwise visual pasting | Tom Dalziel | |
| 2022-04-18 | Blockwise visual paste handles linewise text | Tom Dalziel | |
| 2022-04-18 | Simple fix for blockwise visual paste | Tom Dalziel | |
| Fixes #906 | |||
| 2022-04-15 | Allow vim-style regexp for :global command | Tom Dalziel | |
| 2022-04-15 | Preserve non-blank last line when :move ing | Tom Dalziel | |
| Fixes #1595 | |||
| 2022-04-13 | Ex yank doesn't move point | Tom Dalziel | |
| In visual state, it restores point to beginning of visual range Fixes #1593 | |||
| 2022-04-13 | Don't ex move if source = destination | Tom Dalziel | |
| fixes #1595 | |||
| 2022-04-12 | Make window commands consistent with VIM | Mihai Cristian Tanase | |
| This fixes window splitting which did not work properly when using a count (ex: "3C-w n") or providing a file (ex: ":vnew ~/.emacs"). | |||
| 2022-04-03 | Add evil-update (write when buffer is modified) | Tom Dalziel | |
| 2022-03-09 | Default to start-col when evil-shifts called non-interactively | Tom Dalziel | |
| 2022-03-02 | evil-fold-action: add missing FORMAT argument to with-demoted-errors | Simon Pugnet | |
| * evil-commands.el (evil-fold-action): add FORMAT argument which is now required as of Emacs commit d52c929e31f60ff0462371bfe27ebd479e3e82bd. | |||
| 2022-02-14 | evil-read: Make point end up at the last line of any shell output | Brian Leung | |
| 2022-02-14 | evil-read: Perform % and # substitutions for shell cmds | Brian Leung | |
| 2022-02-13 | Use `end-kbd-macro` to fix regression clearing registers (#1582) | Tom Dalziel | |
| 2022-02-02 | Handle charwise >1 line deleting as linewise (#1578) | Tom Dalziel | |
| 2022-01-17 | evil-find-file-at-point-with-line | support column number too (#1566) | Elliott Shugerman | |
| * evil-find-file-at-point-with-line | support column number too Add support for the <filename>:<line>:<column> format. Previously, given this format, `column` was treated as line number and `line` was ignored. * add tests | |||
| 2022-01-07 | Fix visual-paste-pop tests | Tom Dalziel | |
| 2022-01-07 | gv works properly after visual paste | Tom Dalziel | |
| 2022-01-07 | Simplify evil-visual-restore | Tom Dalziel | |
| 2022-01-04 | Add gM `evil-percentage-of-line` (#1562) | Tom Dalziel | |
| 2022-01-03 | Make `evil-record-macro' add the same macro to the kmacro ring (#1554) | SK Kim | |
| * Make `evil-record-macro' add the same macro to the kmacro ring This allows kmacro to edit macros independently of the original evil macro. * Update docstring of evil-end-and-return-macro for kmacro Co-authored-by: Tom Dalziel <tom_dl@hotmail.com> | |||
| 2021-12-19 | Replace state shift line | Tom Dalziel | |
| 2021-12-19 | Replace state evil-delete-back-to-indentation | Tom Dalziel | |
| 2021-12-19 | Replace state evil-delete-backward-word | Tom Dalziel | |
| 2021-12-19 | Replace state pasting | Tom Dalziel | |
| 2021-12-19 | Replace state evil digraphs | Tom Dalziel | |
| 2021-12-19 | Replace state evil-quoted-insert | Tom Dalziel | |
| 2021-12-11 | Refactor handling of insert after macro finished with C-oq (#1552) | Tom Dalziel | |
| 2021-12-09 | Allow exit from insert, paste from . without forward-char (#1550) | Tom Dalziel | |
| 2021-12-07 | Return to state after C-o in macro (#1549) | Tom Dalziel | |
| 2021-11-28 | Add i_0_CTRL-D functionality (#1547) | Tom Dalziel | |
| 2021-11-16 | Fix #1538: prefer vim behavior of opening in same window (#1540) | Evan Carlin | |
| 2021-11-15 | Overhaul gn and gN + add tests (#1539) | Tom Dalziel | |
| 2021-10-21 | Fix for #1518 custom functions bound to "0" break motion parsing (#1519) | jmmathena | |
| * Modify evil-keypress-parser logic to be more modular * Rewrite tests and update visual line logic for updated digit handling * Completely remove need for redirect-digit-argument at cost of ugliness * Remove reference to obsolete func in evil-keybindings.el | |||
| 2021-10-12 | Use `point-max` rather than `end-of-buffer` for G with no count (#1530) | Tom Dalziel | |
| 2021-10-11 | Improve evil-ensure-column and use with evil-goto-line (#1529) | Tom Dalziel | |
| * Add `evil--stick-to-eol-p` and use for `evil-ensure-column` * Evil-shift commands more concise using `evil--stick-to-eol-p` * WIP - track column for evil-goto-line * Move copied line-move-1 code to evil-ensure-column, add tests | |||
| 2021-10-04 | Fix compiler warnings (#1525) | Tom Dalziel | |
| 2021-10-04 | Add evil-start-of-line, evil-ensure-column, and use them (#1524) | Tom Dalziel | |
| 2021-07-25 | Add gI (evil-insert-0-line) (#1502) | Tom Dalziel | |
| 2021-07-23 | Add i_ctrl-@ binding and function (#1498) | Tom Dalziel | |
| 2021-07-23 | Revert "Scroll half of the visible screen respecting zoom level (#1490)" | Tom Dalziel | |
| This reverts commit 070abb16620653fb343980fb85a13c4d55e1070b. As noted in #1497 this introduced bugs which imo are worse than the bug this commit aims to solve. More work needed. | |||
| 2021-07-19 | Add [return] to evil-repeat-info when recording for evil-ex-search (#1495) | Tom Dalziel | |
