aboutsummaryrefslogtreecommitdiff
path: root/evil-tests.el
AgeCommit message (Expand)Author
2024-07-21Remove unnecessary post-command hook runTom Dalziel
2024-07-12Add tests for multi-jumpTom Dalziel
2024-07-10gi works in visual line stateTom Dalziel
2024-07-10make C-w in ex, search, and eval match insert and replace (#1922)Lily
2024-06-16Record search offset for repeatTom Dalziel
2024-06-14Track (and restore) previous visual selection, point, mark for gvTom Dalziel
2024-06-14Only restore visual if there's something to restoreTom Dalziel
2024-06-03Ex-substitute: use last search's case-sensitivityTom Dalziel
2024-05-31ci: Use Eask to test macos and windows (#1885)Jen-Chieh Shen
2024-05-13Fix block pasting at bolp on empty lineTom Dalziel
2024-05-13Chosing register keeps eol anchoring in visual block stateTom Dalziel
2024-05-06Backreferences in vim-style regexpTom Dalziel
2024-04-30Small cleanupsAxel Forsman
2024-04-30Remove evil--visual-eol-anchoredAxel Forsman
2024-04-30Don't mutate register when stripping test props during pasteTom Dalziel
2024-04-21Fix Visual Insert affecting one too many linesAxel Forsman
2024-04-16treewide: replace `(eq/equal foo nil)` with `(null foo)`Konstantin Kharlamov
2024-04-16TIL should-not existsTom Dalziel
2024-04-15Always undo in normal state (#1888)Tom Dalziel
2024-04-14Visual eol anchoring, so g$ is stickyTom Dalziel
2024-04-04evil-undo is a jump commandTom Dalziel
2024-04-02Fix point placement after D and C in normal stateTom Dalziel
2024-04-01Don't miss a final empty line in visual block insertionTom Dalziel
2024-03-31Visual X, deletion column respects stick eolTom Dalziel
2024-03-31Add handler for expanding line for line-based operatorsTom Dalziel
2024-03-24Handle args-out-of-range error in evil-repeat-startTom Dalziel
2024-01-23No performant delete if range suppliedTom Dalziel
2024-01-04Fix pasting charwise text onto linewise selectionTom Dalziel
2023-12-25Declare goto-char as a motion, fix evil-goto-charTom Dalziel
2023-12-18Add :retab commandJakub Kadlcik
2023-12-15Fix jumping to next/prev paren/brace from a string is not working (#1849)Mihai Cristian Tanase
2023-09-20Disable vim-style-regexp conversions of already converted patterns (#1827)Tom Dalziel
2023-08-27Reselect minibuffer when quitting command-line winAxel Forsman
2023-08-27Do not silence unused evil-define-command argumentAxel Forsman
2023-08-20Some cleanupsAxel Forsman
2023-08-20Misc minor changesStefan Monnier
2023-08-20Stop the '</'> and '[/'] marks from intertwiningAxel Forsman
2023-08-20Avoid eval in evil-test-bufferAxel Forsman
2023-08-20Use lexical-binding everywhereStefan Monnier
2023-08-13Urgent revert of recent commits while evil is brokenTom Dalziel
2023-08-12Some cleanupsAxel Forsman
2023-08-12Misc minor changesStefan Monnier
2023-08-09Stop the '</'> and '[/'] marks from intertwiningAxel Forsman
2023-08-07Avoid eval in evil-test-bufferAxel Forsman
2023-08-07Use lexical-binding everywhereStefan Monnier
2023-08-07Select inner tag even when emptyTom Dalziel
2023-08-07Prefer #' to quote function namesStefan Monnier
2023-07-17Read Ex commands from bufferAxel Forsman
2023-07-12Avoid marker for match-end in :substituteAxel Forsman
2023-07-09Autoload evil-digraphAxel Forsman