aboutsummaryrefslogtreecommitdiff
path: root/evil-tests.el
AgeCommit message (Expand)Author
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
2022-11-09Add test for last selected visual area marksTom Dalziel
2022-11-05gp & gP linewise & blockwiseTom Dalziel
2022-11-01Add evil-keep-lines and evil-flush-linesTom Dalziel
2022-10-30Update ] and [ markers when doing operatorTom Dalziel
2022-10-17Add evil-execute-last-recorded-macro à la nvimTom Dalziel
2022-10-07Fix evil-select-paren #1673 for regexp special chars (#1696)marcolgl
2022-10-05Add tests for c-w yanking word in evil searchTom Dalziel
2022-10-04Fix evil-ex-substitute up to EOBAxel Forsman
2022-10-04Add testAxel Forsman
2022-10-02evil-select-parens selects next pair if not in parens (#1673)Garklein
2022-09-26Store digraph character directly for repetitionTom Dalziel
2022-08-21Enable moving from point-min for next flyspell errorTom Dalziel
2022-08-12Revert point if 0 replacements made in ex substitutionTom Dalziel
2022-08-09Add gp and gPTom Dalziel
2022-08-07Save excursion when adding preceeding whitespace to A wordTom Dalziel
2022-08-06Clear `evil-this-register` when leaving visual stateTom Dalziel
2022-08-01Add more tests for replace-stateTom Dalziel
2022-07-25Fix daw deleting indentation when deleting the only word in a lineAaron L. Zeng
2022-07-05Allow setting selected visual area marksDmitry Antonyuk
2022-06-21Only look at mark when restoring point in visual stateTom Dalziel
2022-05-09Fix for issue #730 appending to macro failsmatthew
2022-05-05Make sure not to test stale code (#1619)rbrtb