aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-31ci: Use Eask to test macos and windows (#1885)Jen-Chieh Shen
2024-05-30Replace message with evil-echo where appropriateTom Dalziel
2024-05-26Allow count after C-w for window commandsTom Dalziel
2024-05-26Quit uses evil-window-delete to gain balancingTom Dalziel
2024-05-21Add another window balacning key sequenceTom Dalziel
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-05-03Fix regression cauased by 55f29f0Tom Dalziel
2024-04-30Define documentation dependenciesAxel Forsman
2024-04-30Small cleanupsAxel Forsman
2024-04-30Remove evil--visual-eol-anchoredAxel Forsman
2024-04-30Don't mutate register when stripping test props during pasteTom Dalziel
2024-04-21Fix Visual Insert affecting one too many linesAxel Forsman
2024-04-16treewide: replace `(eq/equal foo nil)` with `(null foo)`Konstantin Kharlamov
2024-04-16TIL should-not existsTom Dalziel
2024-04-15Always undo in normal state (#1888)Tom Dalziel
2024-04-14Fix download links for PDF and Epub versionsChoan
2024-04-14Visual eol anchoring, so g$ is stickyTom Dalziel
2024-04-13Add keyboard escape quit to commands which exit visual stateTom Dalziel
2024-04-09ci: Avoid deprecated action warningsJenChieh
2024-04-09ci: Test Emacs 28 and 29JenChieh
2024-04-04evil-undo is a jump commandTom Dalziel
2024-04-02Fix point placement after D and C in normal stateTom Dalziel
2024-04-01Don't miss a final empty line in visual block insertionTom Dalziel
2024-03-31Visual X, deletion column respects stick eolTom Dalziel
2024-03-31Add handler for expanding line for line-based operatorsTom Dalziel
2024-03-26doc: Fix a typoDmitry Bogatov
2024-03-24Handle args-out-of-range error in evil-repeat-startTom Dalziel
2024-02-22evil-types.el: fix deprecation warning for Evil's internal variableKonstantin Kharlamov
2024-01-28evil-commands: replace (backward-delete-char) with (delete-char)Konstantin Kharlamov
2024-01-23No performant delete if range suppliedTom Dalziel
2024-01-11Added clarification to evil-define-key for escaping modifier keys (#1856)Naokotani
2024-01-04Fix pasting charwise text onto linewise selectionTom Dalziel
2024-01-02Add err-code arg to :cq ex commandTom Dalziel
2023-12-25Declare goto-char as a motion, fix evil-goto-charTom Dalziel
2023-12-18Add :retab commandJakub Kadlcik
2023-12-15Fix jumping to next/prev paren/brace from a string is not working (#1849)Mihai Cristian Tanase
2023-12-13Fix define-globalized-minor-mode BODY in Emacs <27Axel Forsman
2023-12-12Add racket-repl-mode to evil-insert-state-modes (#1847)Brian Leung
2023-12-12Assign :jump to evil-{next-close,previous-open}-{brace,paren} (#1844)Brian Leung
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-09-20Disable vim-style-regexp conversions of already converted patterns (#1827)Tom Dalziel
2023-09-08Add the missing quote for obsoletedalu
2023-08-28tabs: Go to nth tab when tab-next is prefixedAnkit Pandey
2023-08-27Support command-line window for any minibuffer argAxel Forsman
2023-08-27Reselect minibuffer when quitting command-line winAxel Forsman
2023-08-27Add evil-command-line-mapAxel Forsman
2023-08-27Do not silence unused evil-define-command argumentAxel Forsman