aboutsummaryrefslogtreecommitdiff
path: root/evil-ex.el
AgeCommit message (Expand)Author
2025-01-20Remove evil--ex-expressionAxel Forsman
2025-01-05Fix for evil-ex-teardownTom Dalziel
2024-12-29Remove permanent-local-hook from evil-ex-teardownAxel Forsman
2024-12-14Call evil--ex-update one last time in minibuffer teardownTom Dalziel
2024-09-15Miscellaneous minor changesStefan Monnier
2024-07-17Bind all possible ex cmd abbreviationsTom Dalziel
2024-04-16treewide: replace `(eq/equal foo nil)` with `(null foo)`Konstantin Kharlamov
2023-08-27Add evil-command-line-mapAxel Forsman
2023-08-20Some cleanupsAxel Forsman
2023-08-13Urgent revert of recent commits while evil is brokenTom Dalziel
2023-08-12Some cleanupsAxel 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-02Store command properties as symbol propertyAxel Forsman
2023-06-02Global print using messageTom Dalziel
2023-02-14Optimize Ex command completionAxel Forsman
2023-02-14Compile Ex parserAxel Forsman
2023-02-14Make Ex hooks not be permanentAxel Forsman
2023-02-07Defer loading of shell.elAxel Forsman
2023-01-12Fix executing macro infinite timesAxel Forsman
2022-10-13Fix compiler warningsTom Dalziel
2022-09-29doc: follow the Emacs Lisp Style Guidedalu
2022-09-28Fix Ex completion of empty stringAxel Forsman
2022-08-25Store :/ search pattern and parse vim-style regexpTom Dalziel
2022-06-21Only look at mark when restoring point in visual stateTom Dalziel
2022-06-21Prompt user to reverse reversed ex rangeTom Dalziel
2022-05-03`evil-ex': `eval-expression' auto-completion (#1398)nbfalcon
2022-04-25Bump version to 1.15.0Tom Dalziel
2022-04-14Ensure we're not in visual state if there's no ex rangeTom Dalziel
2022-04-13Ex yank doesn't move pointTom Dalziel
2022-02-01Add sentence marks to evil-ex-grammar (#1575)Brian Leung
2022-01-07Add `evil-want-empty-ex-last-command` to varsTom Dalziel
2022-01-03Support { and } marks in evil-ex-grammar (#1558)Brian Leung
2021-12-23Handle more registers and range types in ex grammar (#1556)Brian Leung
2021-12-11Don't abort ex if choosing completion with mouse (#1553)Tom Dalziel
2021-10-04Fix compiler warnings (#1525)Tom Dalziel
2021-07-24Add `*` ex-range for last visual range (#1500)Tom Dalziel
2021-06-28Fix 1482 addr wraparound (#1483)Tom Dalziel
2021-04-09Fix `C-r` at evil ex search prompt (#1453)Tom Dalziel
2021-01-09Add version to `define-obsolete-function-alias' invocationBrian Leung
2020-03-04Bump version to 1.14.01.14.0Eivind Fonn
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-28Fix indentationEivind Fonn
2020-01-28Implement Vim Ctrl-f in minibuffer.Nathan Gass