aboutsummaryrefslogtreecommitdiff
path: root/evil-tests.el
AgeCommit message (Expand)Author
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
2023-07-02Remove evil-repeat-start-hookAxel Forsman
2023-06-22Fix CTRL-O at BOLAxel Forsman
2023-05-29Fix pasting in visual block mode (#1786)Axel Forsman
2023-05-29Fix a-word on whitespace-only lineTom Dalziel
2023-05-29Default to (point-min . point-max) for bndTom Dalziel
2023-05-22Re-indent last line join if onto blankTom Dalziel
2023-05-17Fix searching for literal < and > with very-magicTom Dalziel
2023-03-17Restore the input method on deactivation of evil-local-modeibbem
2023-03-17Fix evil-test-logical-visual-next-line in GUIAxel Forsman
2023-02-20Restore match data after eval:ing replacementAxel Forsman
2023-02-14Compile Ex parserAxel Forsman
2023-02-06Exclude autoindentation from previous insertionAxel Forsman
2023-02-03Restore penultimate replacement on <BS>Axel Forsman
2023-02-03Track composite changes to current insertion textAxel Forsman
2023-01-28Specialize evil-sort for case of two argumentsAxel Forsman