| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-24 | Tidy up interactive R -> r | Tom Dalziel | |
| 2021-04-17 | Fixup visual change commands (#1456) | Tom Dalziel | |
| * Fix `S` `C` & `R` in visual mode * Add tests for C S and R, especially in visual states | |||
| 2021-04-11 | Add :mark ex cmd, with test (#1455) | Tom Dalziel | |
| 2021-04-11 | Add arg to :registers (#1454) | Tom Dalziel | |
| 2021-04-10 | Add `:display` ex cmd | Tom Dalziel | |
| 2021-04-10 | evil-show-registers: invoke evil-register-list within current buffer (#1325) | Brian Leung | |
| 2021-04-09 | Fix `C-r` at evil ex search prompt (#1453) | Tom Dalziel | |
| * Introduce `evil-paste-clear-minibuffer-first` to aid `C-r` on search * Add test for pasting from register in ex-search prompt | |||
| 2021-04-07 | evil-ex-put should insert empty string without error | Tom Dalziel | |
| 2021-04-07 | Expression register should not output quoted strings | Tom Dalziel | |
| 2021-04-07 | Store = register input for `evil-ex-put` too | Tom Dalziel | |
| 2021-04-07 | Add bs-mode to evil-emacs-state-modes. (#1448) | daanturo | |
| Normal state's bindings don't work there by default. (And maybe) It's not worthy for evil-collection to define them. | |||
| 2021-04-07 | Evil ex put (#1449) | Tom Dalziel | |
| * Add `evil-ex-put` fn and mapping * Handle empty registers * Add handling `evil-ex-put` to `evil-yank-line-handler` * Simplify to use `insert` rather than `insert-for-yank` * Finish with normal state, add tests * Remove properties from text prior to insert | |||
| 2021-04-05 | Overahaul = register (#1447) | Tom Dalziel | |
| * Use `read-from-minibuffer` for `=` register * Add evil-eval-map. Store input rather than result for `=` reg * May as well augment `evil-ex-search-keymap` while we're at it * Use `calc-eval` when suitable, for `=` reg * Add `=` register to `evil-register-list` * Require calc, multiplication has no precedence, tests | |||
| 2021-04-04 | Add "gf" to visual mode (#1438) | rolag | |
| Adds `evil-find-file-at-point-visual' for finding a file using the selected visual region. Adds tests for "gf" in both normal and visual modes. Co-authored-by: rolag <rolag@users.noreply.github.com> | |||
| 2021-04-03 | Add var to store last `=` result. Paste from it if no = input (#1446) | Tom Dalziel | |
| 2021-04-01 | Save and restore `evil-last-find` when doing `evil-repeat` (#1445) | Tom Dalziel | |
| 2021-03-31 | Add <home> & <end> motions, add test for visual block (#1444) | Tom Dalziel | |
| 2021-03-30 | Fix visual paste from `=` register by memoizing `evil-get-register` (#1441) | Tom Dalziel | |
| * Fix visual paste from `=` register by memoizing `evil-get-register` * Fix handling empty kill-ring and add tests for `=` reg visual paste | |||
| 2021-03-30 | escape `[` and `]` in evil--parse-delmarks (#1443) | Tom Dalziel | |
| No functional change, but prevents a warning when loading evil. | |||
| 2021-03-25 | Refactor evil-delete-marks code & add better errors (#1428) | tomdl89 | |
| * Refactor evil-delete-marks code * Make evil--parse-delmarks more restrictive, with better errors | |||
| 2021-03-19 | Merge pull request #1436 from Abdillah/fix/1435 | tomdl89 | |
| Fix evil-ex-search-backward stuck on first match | |||
| 2021-03-19 | Change to `1-` to maintain consistency in evil-ex-start-search | Hernawan Faïz Abdillah | |
| Co-authored-by: tomdl89 <33435574+tomdl89@users.noreply.github.com> | |||
| 2021-03-18 | Add another undo-tree hint | Vasilij Schneidermann | |
| Closes #1382. | |||
| 2021-03-17 | Fix evil-ex-search-backward stuck on first match | Hernawan Fa'iz Abdillah | |
| 2021-03-05 | Merge pull request #1405 from aaronjensen/evil-undo-abort-repeat | tomdl89 | |
| Abort repeat with evil-undo | |||
| 2021-02-28 | Merge pull request #1427 from tomdl89/improve-evil-next-mark-line | tomdl89 | |
| Fix goto-eol behaviour on failed next-mark line | |||
| 2021-02-28 | Fix goto-eol behaviour on failed next-mark line | Tom Dalziel | |
| 2021-02-28 | Merge pull request #1424 from tomdl89/fix-evil-goto-char | tomdl89 | |
| Fix evil goto char | |||
| 2021-02-28 | Fix evil-goto-char and add `go` keybinding | Tom Dalziel | |
| 2021-02-21 | Fix bug in evil-find-file-at-point-with-line (#1421) | ngharrison | |
| Co-authored-by: Nicholas Harrison <nicholasharrison222@gmail.com> | |||
| 2021-02-14 | Merge pull request #1364 from tomdl89/master | tomdl89 | |
| Add next+previous mark navigation and keybindings | |||
| 2021-02-14 | Improve documentation, lowercase marks only, better tests | Tom Dalziel | |
| 2021-02-14 | Add next+previous mark navigation and keybindings | Tom Dalziel | |
| 2021-01-10 | Abort repeat with evil-undo and evil-redo | Aaron Jensen | |
| 2021-01-09 | Add missing indent declaration to evil-define-key* | David Wilson | |
| 2021-01-09 | Expand FAQ discussion of word vs. symbol text objects | Amir Yalon | |
| Add reference to the `o` key in the default text objects keymap, as an alternative to `w` in some cases. | |||
| 2021-01-09 | Add version to `define-obsolete-function-alias' invocation | Brian Leung | |
| The latest Emacs 28 requires this. | |||
| 2020-11-07 | Respect nil `evil-kill-on-visual-paste' | Tom Dalziel | |
| 2020-10-14 | Merge pull request #1369 from TheBB/doc-update | Eivind Fonn | |
| Update docs | |||
| 2020-10-14 | Update texinfo documentation | Eivind Fonn | |
| 2020-10-14 | Update docstring DB | Eivind Fonn | |
| 2020-10-14 | Add -search-module and -undo-system to documentation | Eivind Fonn | |
| 2020-10-13 | Fix docs Makefile | Eivind Fonn | |
| 2020-10-13 | Update docstrings for -search-module and -undo-system | Eivind Fonn | |
| 2020-10-13 | Pretty-print JSON in docstring DB | Eivind Fonn | |
| Better for diffs | |||
| 2020-10-13 | Merge pull request #1367 from duianto/patch-1 | Vasilij Schneidermann | |
| Update readme, redo choices as a sublist | |||
| 2020-10-12 | Update readme, redo choices as a sublist | duianto | |
| 2020-10-08 | Merge pull request #1360 from emacs-evil/evil-undo-system | Eivind Fonn | |
| Make undo-tree an optional dependency | |||
| 2020-10-08 | Remove vendored library | Vasilij Schneidermann | |
| 2020-10-08 | Add user-friendly error message when undo-tree cannot be used | Vasilij Schneidermann | |
