| 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-23 | fix C-h behavior when evil-want-C-h-delete is non-nil | Kevin Sladowski | |
| 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 | evil-vars: Update evil-insert-state-modes | Brian Leung | |
| haskell-interactive-mode and utop-mode are REPL-like modes that both inherit from fundamental-mode, so they need to be explicitly listed here. | |||
| 2022-04-18 | Add ex commands for closing tabs | Kris Katterjohn | |
| 2022-04-18 | Add tests for blockwise visual paste | Tom Dalziel | |
| 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-14 | Ensure we're not in visual state if there's no ex range | 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 | Add option for non-incremental search (#1304) | fermata101 | |
| 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-11 | Add test for evil-ex-make-pattern subsequent / search | Tom Dalziel | |
| 2022-04-11 | evil-ex-make-pattern: Don't transform the word boundaries into vim-style | Gong Qijian | |
| 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-17 | Add C-h in insert + replace states (fixes #1577) | Tom Dalziel | |
| 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-02-01 | Add sentence marks to evil-ex-grammar (#1575) | Brian Leung | |
| 2022-02-01 | Fix beginning/end-of-current-sentence marker (#1574) | Brian Leung | |
| * evil-vars.el (evil-markers-alist): Adjust to new name | |||
| 2022-01-18 | Allow parsing of js arrow fn `=>` in xml tags (#1573) | 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-13 | Add C-l register to cmdline | Tom Dalziel | |
| 2022-01-07 | Update docs | Tom Dalziel | |
| 2022-01-07 | Add `evil-want-empty-ex-last-command` to vars | Tom Dalziel | |
| fixes #883 | |||
| 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-06 | Add ]f [f ]F [F to maps (#1565) | 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> | |||
| 2022-01-03 | Support { and } marks in evil-ex-grammar (#1558) | Brian Leung | |
| 2022-01-03 | Fix #1557 (ensure-column fix) (#1560) | Tom Dalziel | |
| 2021-12-23 | Handle more registers and range types in ex grammar (#1556) | Brian Leung | |
| * evil-ex.el (evil-ex-grammar): Handle ] and [ registers Co-authored-by: Brian Leung <leungbk@posteo.net> Co-authored-by: Tom Dalziel <tom_dl@hotmail.com> * evil-ex (evil-ex-grammar): Handle more range types * evil-ex.el (evil-ex-grammar): Handle comma- or semicolon-separated ranges that omit the first argument. The current line will be used as the input. Co-authored-by: Brian Leung <leungbk@posteo.net> Co-authored-by: Nathaniel Nicandro <nathanielnicandro@gmail.com> 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 | |
