aboutsummaryrefslogtreecommitdiff
path: root/evil-common.el
AgeCommit message (Expand)Author
2025-02-27Fix g$ putting cursor on start of next visual lineAxel Forsman
2024-09-15Miscellaneous minor changesStefan Monnier
2024-08-10Fix pixel-scroll-precision-mode when point is on a blank lineSteven Allen
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-14Visual eol anchoring, so g$ is stickyTom Dalziel
2023-12-15Fix jumping to next/prev paren/brace from a string is not working (#1849)Mihai Cristian Tanase
2023-11-06Make evil-read-key-key-map generation more directTom Dalziel
2023-11-04Don't disable keypad num fallbacks for digraph's read-keyTom Dalziel
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