aboutsummaryrefslogtreecommitdiff
path: root/evil-tests.el
AgeCommit message (Expand)Author
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-25Refactor evil-delete-marks code & add better errors (#1428)tomdl89
2021-02-28Fix evil-goto-char and add `go` keybindingTom Dalziel
2021-02-14Improve documentation, lowercase marks only, better testsTom Dalziel
2021-02-14Add next+previous mark navigation and keybindingsTom Dalziel
2020-11-07Respect nil `evil-kill-on-visual-paste'Tom Dalziel
2020-08-16Treat all commands that change the buffer as jump commandsErik Hahn
2020-05-30Fix issue 1295: failed visual-paste from registers >1Tom Dalziel
2020-03-04Bump version to 1.14.01.14.0Eivind Fonn
2020-01-25Call delete-backward-char interactively againEivind Fonn
2020-01-01Skip command window tests when run in batch modeEvgeni Kolev
2019-12-30Different mode line tags per visual state typeEivind Fonn
2019-12-21Expand abbrevs after insert state only if abbrev-mode is enabledEivind Fonn
2019-12-19Add evil-want-C-u-delete optionYunhao Zhao
2019-12-18Bump version to 1.13.0Eivind Fonn
2019-12-11Fix/improve some indentationEivind Fonn
2019-12-11Bump version to 1.3.0-snapshotEivind Fonn
2019-12-11Bump version to 1.2.151.2.15Eivind Fonn
2019-11-23Fix erroneously short-parsing Emacs commandsEivind Fonn
2019-11-20Add testVasilij Schneidermann
2019-11-19Tests: skip flyspell tests unless aspell is installedEivind Fonn
2019-11-19Travis: don't use ert-run-tests-batch-and-exitEivind Fonn
2019-11-05Unwed evil-move-beyond-eol and evil-move-cursor-backJustin Burkett
2019-10-31Skip failing jump testEivind Fonn
2019-07-28Fix :global behavior with trailing slashespanda
2019-01-04Bump version to 1.2.141.2.14Eivind Fonn
2018-09-14fix for append from visual statedenin
2018-03-04:global should take into account evil-ex-search-caseEvgeni Kolev
2018-01-25Add tests for evil-initial-stateJustin Burkett
2018-01-22Add test for evil-visual-update-x-selection with killed bufferHans-Peter Deifel
2018-01-09Remove evil-temp-filenameJustin Burkett
2018-01-09Don't use make-temp-nameJustin Burkett
2017-12-05Add test for evil-define-key 'global and 'local mapsJustin Burkett
2017-11-21Exit search upon reaching end of region in evil-ex-substituteJustin Burkett
2017-10-28Preserve undo history when the execution of a keyboard macro is stopped by an...Joaquim Monserrat
2017-10-02update version to 1.2.131.2.13Eivind Fonn
2017-08-01fix pipe text-object macroWilliam G Hatch
2017-07-25Add test for regression in #881Justin Burkett
2017-07-04Split evil-tests.el into two filesEvgeni Kolev
2017-06-22Keep Emacs from clearing text properties on yankVasilij Schneidermann
2017-06-12Prevent infinite loop in evil-ex-substituteJustin Burkett
2017-05-31Add support for passing REGISTER and COUNT to :yankEvgeni Kolev
2017-05-11Add tests for evil-ex-substitute n flagJustin Burkett
2017-05-11Refactor evil-ex-substituteJustin Burkett
2017-05-11Add tests for evil-ex-substitute of newlinesJustin Burkett