aboutsummaryrefslogtreecommitdiff
path: root/evil-tests.el
AgeCommit message (Expand)Author
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
2023-01-20Make sure to restore state after executing motionAxel Forsman
2023-01-16Implement n, x, o, b, r options in :sortNathaniel Nicandro
2023-01-14Use original state for populating shortcut mapAxel Forsman
2023-01-12Fix executing macro infinite timesAxel Forsman
2023-01-10Fix Fundamental mode hackAxel Forsman
2023-01-10Respect window params in evil-window-{next,prev}Johann Klähn
2023-01-09Error at boundaries with h/l even if point movedAxel Forsman
2023-01-08Fix Normal mode "D"/"C" with countAxel Forsman
2023-01-08Skip overlays-in in evil-next-flyspell-errorAxel Forsman
2022-12-29Make visual block selection after j/k match VimAxel Forsman
2022-12-29Simplify temporary-goal-column logicAxel Forsman
2022-11-15Don't post-command deactivate visual when not in transient mark mode (#1718)Tom Dalziel
2022-11-09Only do performant ex-delete if no argsTom Dalziel