aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-08Fix evil-up-paren for Emacs 31HEADmasterhiecaq
2025-09-29Fix evil-cleanup-insert-state in flyspell enabled bufferhiecaq
2025-09-29fix: Warning missing lexical-binding cookieJen-Chieh Shen
2025-08-12Fix keybinding typoTom Dalziel
2025-03-18Fix typoKARASZI István
2025-03-16Add sphinx.configuration key to .readthedocs.yamlAxel Forsman
2025-03-02Use regular end-of-visual-line in evil-append-lineAxel Forsman
2025-02-27Fix g$ putting cursor on start of next visual lineAxel Forsman
2025-02-26Correct typos in evil-repeat.elCampbell Barton
2025-01-21Update speedbar keybindings mapMikhail Durmanov
2025-01-21Fix Emacs warningsNikolai Korolev
2025-01-20Remove evil--ex-expressionAxel Forsman
2025-01-16Add zH and zL keybindings for horizontal scrollingTom Dalziel
2025-01-11ci: Test latest Emacs 29.4Jen-Chieh Shen
2025-01-11Fix touch screen gestures (e.g., scrolling) for Emacs 30Johann Klähn
2025-01-11Allow `evil-undo` in visual state again (undo in region)fnussbaum
2025-01-08Mark evil-shift-width safe as a local variableamnore
2025-01-05Fix for evil-ex-teardownTom Dalziel
2024-12-29Remove permanent-local-hook from evil-ex-teardownAxel Forsman
2024-12-28Fix issue: No visible text when cursor is moved to the end of bufferJames Cherti
2024-12-14Call evil--ex-update one last time in minibuffer teardownTom Dalziel
2024-12-12Account for large values of scroll-margin in evil-window-top+bottomTom Dalziel
2024-10-06Avoid loop in quoted listAxel Forsman
2024-09-15Miscellaneous minor changesStefan Monnier
2024-09-15Replace uses of `defadvice` with `advice-add`Stefan Monnier
2024-09-15evil-pkg.el: Remove fileStefan Monnier
2024-08-10Fix pixel-scroll-precision-mode when point is on a blank lineSteven Allen
2024-07-21Remove unnecessary post-command hook runTom Dalziel
2024-07-21Fix: perf improvements broke macro repeatability. Restore it.Tom Dalziel
2024-07-17Bind all possible ex cmd abbreviationsTom Dalziel
2024-07-16gI works in visual stateTom Dalziel
2024-07-12Add tests for multi-jumpTom Dalziel
2024-07-12Fix: Should not (evil-set-jump previous-pos) jump after evil-jump-forwardroxma
2024-07-10gi works in visual line stateTom Dalziel
2024-07-10make C-w in ex, search, and eval match insert and replace (#1922)Lily
2024-06-27Add :baddTom Dalziel
2024-06-19Combine after change calls during macro executionTom Dalziel
2024-06-19Make combine-change-calls end more accurateTom Dalziel
2024-06-18Fix cursor colourfnussbaum
2024-06-18Correct fix for combine-change-calls endTom Dalziel
2024-06-18Fix comp warning for goto-lineTom Dalziel
2024-06-17Add c-ts-mode to evil-jump-item c major modesTom Dalziel
2024-06-17Add :view and :sview ex commandsTom Dalziel
2024-06-17Use evil-first-non-blank instead of back-to-indentation for insertTom Dalziel
2024-06-16Pause hooks and undos during blockwise (bulk) insertTom Dalziel
2024-06-16Record search offset for repeatTom Dalziel
2024-06-14Track (and restore) previous visual selection, point, mark for gvTom Dalziel
2024-06-14Only restore visual if there's something to restoreTom Dalziel
2024-06-03Ex-substitute: use last search's case-sensitivityTom Dalziel
2024-05-31Remove redundant z= binding from visual-state-mapTom Dalziel