aboutsummaryrefslogtreecommitdiff
path: root/evil-commands.el
AgeCommit message (Expand)Author
2023-08-27Do not silence unused evil-define-command argumentAxel Forsman
2023-08-20Some cleanupsAxel Forsman
2023-08-20Misc minor changesStefan Monnier
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-12Some cleanupsAxel Forsman
2023-08-12Misc minor changesStefan Monnier
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-07Prefer #' to quote function namesStefan Monnier
2023-08-06Support recursive editing in ExAxel 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-12Avoid marker for match-end in :substituteAxel Forsman
2023-07-12Enter Insert mode on "o"/"O" even with indent failAxel Forsman
2023-07-09Autoload evil-digraphAxel Forsman
2023-07-05Generate docstringdb.json at build timeAxel 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-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
2023-06-02Global print using messageTom Dalziel
2023-05-30Support p and # ex-substitute flagsTom Dalziel
2023-05-29Fix window-rotate upwards with 1 windowTom Dalziel
2023-05-29Fix pasting in visual block mode (#1786)Axel Forsman
2023-05-22Re-indent last line join if onto blankTom Dalziel
2023-05-09evil-find-file-at-point-with-line: Support format path(line,col). (#1789)Quentin Barbe
2023-04-10evil-window-delete: Attempt to close tab if tab bar is enabledAnkit Pandey
2023-03-04Remove evil-last-read-digraph-char hackAxel Forsman
2023-02-20Restore match data after eval:ing replacementAxel Forsman
2023-02-06Exclude autoindentation from previous insertionAxel Forsman
2023-01-28Specialize evil-sort for case of two argumentsAxel Forsman
2023-01-16Implement n, x, o, b, r options in :sortNathaniel Nicandro
2023-01-14Add evil-scroll-end-column & evil-scroll-start-columnTom Dalziel
2023-01-12Fix executing macro infinite timesAxel Forsman
2023-01-10Fix Fundamental mode hackAxel Forsman
2023-01-10Respect window params in evil-window-{next,prev}Johann Klähn
2023-01-09Swap window sizes when exchanging windowsAxel Forsman
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-08Fix Normal mode "D"/"C" with countAxel Forsman