aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-24Tidy up interactive R -> rTom Dalziel
2021-04-17Fixup visual change commands (#1456)Tom Dalziel
2021-04-11Add :mark ex cmd, with test (#1455)Tom Dalziel
2021-04-11Add arg to :registers (#1454)Tom Dalziel
2021-04-10Add `:display` ex cmdTom Dalziel
2021-04-10evil-show-registers: invoke evil-register-list within current buffer (#1325)Brian Leung
2021-04-09Fix `C-r` at evil ex search prompt (#1453)Tom Dalziel
2021-04-07evil-ex-put should insert empty string without errorTom Dalziel
2021-04-07Expression register should not output quoted stringsTom Dalziel
2021-04-07Store = register input for `evil-ex-put` tooTom Dalziel
2021-04-07Add bs-mode to evil-emacs-state-modes. (#1448)daanturo
2021-04-07Evil ex put (#1449)Tom Dalziel
2021-04-05Overahaul = register (#1447)Tom Dalziel
2021-04-04Add "gf" to visual mode (#1438)rolag
2021-04-03Add var to store last `=` result. Paste from it if no = input (#1446)Tom Dalziel
2021-04-01Save and restore `evil-last-find` when doing `evil-repeat` (#1445)Tom Dalziel
2021-03-31Add <home> & <end> motions, add test for visual block (#1444)Tom Dalziel
2021-03-30Fix visual paste from `=` register by memoizing `evil-get-register` (#1441)Tom Dalziel
2021-03-30escape `[` and `]` in evil--parse-delmarks (#1443)Tom Dalziel
2021-03-25Refactor evil-delete-marks code & add better errors (#1428)tomdl89
2021-03-19Merge pull request #1436 from Abdillah/fix/1435tomdl89
2021-03-19Change to `1-` to maintain consistency in evil-ex-start-searchHernawan Faïz Abdillah
2021-03-18Add another undo-tree hintVasilij Schneidermann
2021-03-17Fix evil-ex-search-backward stuck on first matchHernawan Fa'iz Abdillah
2021-03-05Merge pull request #1405 from aaronjensen/evil-undo-abort-repeattomdl89
2021-02-28Merge pull request #1427 from tomdl89/improve-evil-next-mark-linetomdl89
2021-02-28Fix goto-eol behaviour on failed next-mark lineTom Dalziel
2021-02-28Merge pull request #1424 from tomdl89/fix-evil-goto-chartomdl89
2021-02-28Fix evil-goto-char and add `go` keybindingTom Dalziel
2021-02-21Fix bug in evil-find-file-at-point-with-line (#1421)ngharrison
2021-02-14Merge pull request #1364 from tomdl89/mastertomdl89
2021-02-14Improve documentation, lowercase marks only, better testsTom Dalziel
2021-02-14Add next+previous mark navigation and keybindingsTom Dalziel
2021-01-10Abort repeat with evil-undo and evil-redoAaron Jensen
2021-01-09Add missing indent declaration to evil-define-key*David Wilson
2021-01-09Expand FAQ discussion of word vs. symbol text objectsAmir Yalon
2021-01-09Add version to `define-obsolete-function-alias' invocationBrian Leung
2020-11-07Respect nil `evil-kill-on-visual-paste'Tom Dalziel
2020-10-14Merge pull request #1369 from TheBB/doc-updateEivind Fonn
2020-10-14Update texinfo documentationEivind Fonn
2020-10-14Update docstring DBEivind Fonn
2020-10-14Add -search-module and -undo-system to documentationEivind Fonn
2020-10-13Fix docs MakefileEivind Fonn
2020-10-13Update docstrings for -search-module and -undo-systemEivind Fonn
2020-10-13Pretty-print JSON in docstring DBEivind Fonn
2020-10-13Merge pull request #1367 from duianto/patch-1Vasilij Schneidermann
2020-10-12Update readme, redo choices as a sublistduianto
2020-10-08Merge pull request #1360 from emacs-evil/evil-undo-systemEivind Fonn
2020-10-08Remove vendored libraryVasilij Schneidermann
2020-10-08Add user-friendly error message when undo-tree cannot be usedVasilij Schneidermann