aboutsummaryrefslogtreecommitdiff
path: root/evil-core.el
AgeCommit message (Expand)Author
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-13Urgent revert of recent commits while evil is brokenTom Dalziel
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-07Better follow conventions for ' in docstringsStefan Monnier
2023-07-17Read Ex commands from bufferAxel Forsman
2023-07-09Autoload evil-digraphAxel Forsman
2023-07-02Store command properties as symbol propertyAxel Forsman
2023-06-25Small cleanupsAxel Forsman
2023-03-17Restore the input method on deactivation of evil-local-modeibbem
2023-01-28Specialize evil-sort for case of two argumentsAxel Forsman
2023-01-12Use extended-format menu item for leader bindingsAxel Forsman
2023-01-12Fix evil-set-leader with nil state argumentAxel Forsman
2023-01-10Fix Fundamental mode hackAxel Forsman
2022-12-29evil-core: don't change match data in the advice of set-window-bufferLin Sun
2022-10-13Fix compiler warningsTom Dalziel
2022-09-29doc: follow the Emacs Lisp Style Guidedalu
2022-08-16Keep using the old input method in evil-local-modeSimon Nicolussi
2022-04-25Bump version to 1.15.0Tom Dalziel
2021-06-15evil-core: refactored `evil-get-auxiliary-keymap` (#1478)Lucius Hu
2021-01-09Add missing indent declaration to evil-define-key*David Wilson
2020-04-17fix evil-send-localleaderYunhao Zhao
2020-03-04Bump version to 1.14.01.14.0Eivind Fonn
2020-02-24fix evil-define-state :exit-hook typosergey
2020-02-22Deprecate evil-add-to-alist, which doesn't work with lexicalEivind Fonn
2020-02-03Clean up compilation warnings from lexical bindingEivind Fonn
2020-01-29Re-enable lexical bindingEivind Fonn
2020-01-28Revert "Enable lexical binding"Eivind Fonn
2020-01-28Enable lexical bindingEivind Fonn
2020-01-13Revert "Enable undo-tree-mode only when evil-mode is turned on"Eivind Fonn
2020-01-13Enable undo-tree-mode only when evil-mode is turned onEivind Fonn
2019-12-31Docs: fix use of \\[...] to display key sequencesEivind Fonn
2019-12-30Different mode line tags per visual state typeEivind Fonn
2019-12-21Document leader key functionalityEivind Fonn
2019-12-19Improve some docstringsEivind Fonn
2019-12-18Bump version to 1.13.0Eivind Fonn
2019-12-11Bump version to 1.3.0-snapshotEivind Fonn
2019-12-11Bump version to 1.2.151.2.15Eivind Fonn
2019-11-29evil-core.el: Add <leader> functionalityJustin Burkett
2019-11-19Declare documentation stringsAlexander Shukaev
2019-01-04Bump version to 1.2.141.2.14Eivind Fonn
2019-01-03Clarify docstring for evil-set-initial-stateEivind Fonn
2018-09-11Add option to enable Evil in minibuffer(s)Alexander Shukaev
2018-04-08Use local-variable-p instead of assqAaron Jensen
2018-03-20Merge pull request #1013 from noctuid/intercept-auxVasilij Schneidermann