aboutsummaryrefslogtreecommitdiff
path: root/evil-common.el
AgeCommit message (Expand)Author
2023-08-27Do not silence unused evil-define-command argumentAxel Forsman
2023-08-20Fix evil-with-delay with dynamic bindingAxel Forsman
2023-08-20Some cleanupsAxel Forsman
2023-08-20Merge evil-with-delay condition and body lambdasAxel Forsman
2023-08-20(evil-with-delay): New macro, extracted from `evil-delay`Stefan Monnier
2023-08-20Stop the '</'> and '[/'] marks from intertwiningAxel Forsman
2023-08-20Use lexical-binding everywhereStefan Monnier
2023-08-13Urgent revert of recent commits while evil is brokenTom Dalziel
2023-08-13Fix evil-with-delay with dynamic bindingAxel Forsman
2023-08-12Some cleanupsAxel Forsman
2023-08-12Merge evil-with-delay condition and body lambdasAxel Forsman
2023-08-12(evil-with-delay): New macro, extracted from `evil-delay`Stefan Monnier
2023-08-09Stop the '</'> and '[/'] marks from intertwiningAxel 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-08-07Better follow conventions for ' in docstringsStefan Monnier
2023-08-06Make Ex registers available in all minibuffersAxel Forsman
2023-08-06Support recursive editing in ExAxel Forsman
2023-07-17Read Ex commands from bufferAxel Forsman
2023-07-14Format Normal mode "!" prompt as ".,.+N!"Axel Forsman
2023-07-12Use var instead of mark in evil-yank-line-handlerAxel Forsman
2023-07-12Avoid marker for match-end in :substituteAxel Forsman
2023-07-09Autoload evil-digraphAxel Forsman
2023-07-02Store command properties as symbol propertyAxel Forsman
2023-06-25Small cleanupsAxel Forsman
2023-05-29Fix a-word on whitespace-only lineTom Dalziel
2023-05-29Default to (point-min . point-max) for bndTom Dalziel
2023-03-22Defer loading of calc.elAxel Forsman
2023-03-04Remove evil-last-read-digraph-char hackAxel Forsman
2023-03-03Simplify evil-delimited-argumentsAxel Forsman
2023-02-20Restore match data after eval:ing replacementAxel Forsman
2023-02-14Make Ex hooks not be permanentAxel Forsman
2023-02-07Simplify evil-move-cursor-backAxel Forsman
2023-02-03Track composite changes to current insertion textAxel Forsman
2023-01-28Specialize evil-sort for case of two argumentsAxel Forsman
2023-01-14Use original state for populating shortcut mapAxel Forsman
2023-01-10Fix Fundamental mode hackAxel Forsman
2023-01-10`evil-jump-item': don't error at `point-max'Nikita Bloshchanevich
2023-01-09Error at boundaries with h/l even if point movedAxel Forsman
2023-01-09Use scroll-preserve-screen-position for C-u/C-dAxel Forsman
2023-01-07Fix evil-with-undo/evil-undo-pop with undo-treeToby S. Cubitt
2022-12-29Remove some unnecessary evil-normalize-position:sAxel Forsman
2022-12-29Make visual block selection after j/k match VimAxel Forsman
2022-12-29Simplify temporary-goal-column logicAxel Forsman
2022-11-22Only restrict objects when current line is not empty (#1721)Tom Dalziel
2022-11-05gp & gP linewise & blockwiseTom Dalziel
2022-10-13Fix compiler warningsTom Dalziel
2022-10-13Suppress operator for evil-set-markerTom Dalziel
2022-10-12Revert "Suppress operator for some normal state commands" partiallyTom Dalziel