aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-23Fix Vim URL in docs (#1825)W. Leighton Dawson
2023-08-20Fix evil-with-delay with dynamic bindingAxel Forsman
2023-08-20Some cleanupsAxel Forsman
2023-08-20Misc minor changesStefan Monnier
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-20Make evil-search-wrap-ring-bell work with evil-searchJustin Koh
2023-08-20Stop the '</'> and '[/'] marks from intertwiningAxel Forsman
2023-08-20Remove redundant `:group` argsStefan Monnier
2023-08-20Avoid eval in evil-test-bufferAxel Forsman
2023-08-20Use lexical-binding everywhereStefan Monnier
2023-08-14Advise `lisp-eval-last-sexp` like elisp equivalentTom Dalziel
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-12Misc minor changesStefan Monnier
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-10Make evil-search-wrap-ring-bell work with evil-searchJustin Koh
2023-08-09Stop the '</'> and '[/'] marks from intertwiningAxel Forsman
2023-08-07Remove redundant `:group` argsStefan Monnier
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-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-18Delay evil-ex-search-update-pattern until idleAxel Forsman
2023-07-18Simplify evil-ex-parseAxel Forsman
2023-07-17Read Ex commands from bufferAxel Forsman
2023-07-14Format Normal mode "!" prompt as ".,.+N!"Axel Forsman
2023-07-12Non-visual ex-print (fix)Tom Dalziel
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-12Enter Insert mode on "o"/"O" even with indent failAxel Forsman
2023-07-12Remove vendored goto-chg packageAxel Forsman
2023-07-09Autoload evil-digraphAxel Forsman
2023-07-05Substitute key bindings correctly in manualAxel Forsman
2023-07-05Generate docstringdb.json at build timeAxel Forsman
2023-07-02Remove evil-repeat-start-hookAxel Forsman
2023-07-02Store command properties as symbol propertyAxel Forsman
2023-06-25Small cleanupsAxel Forsman
2023-06-22Fix CTRL-O at BOLAxel Forsman
2023-06-21Simplify evil-ex-show-digraphsAxel Forsman
2023-06-21Remove undo-tree integration boundp checksAxel Forsman
2023-06-08Improve case handling for :matchTom Dalziel
2023-06-06Add ex-matchTom Dalziel
2023-06-04evil-ex-z (#1798)Tom Dalziel
2023-06-02Print using minibufferTom Dalziel