aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-30Ensure column for evil-indentTom Dalziel
2022-08-29use variables to sed injectionWindymelt
2022-08-25Store :/ search pattern and parse vim-style regexpTom Dalziel
2022-08-21Refactor evil-window-exchangeTom Dalziel
2022-08-21Add evil-window-exchangeTom Dalziel
2022-08-21Goto last window when C-w w arg is > number of windowsTom Dalziel
2022-08-21Enable moving from point-min for next flyspell errorTom Dalziel
2022-08-16Keep using the old input method in evil-local-modeSimon Nicolussi
2022-08-16Make sure visual markers are up to date in evil-visual-rangeJustin Burkett
2022-08-12Revert point if 0 replacements made in ex substitutionTom Dalziel
2022-08-11Add `evil-goto-last-change` & reverse, taking count argTom Dalziel
2022-08-09Add gp and gPTom Dalziel
2022-08-09It's more useful if vP flips `evil-kill-on-visual-paste`Tom Dalziel
2022-08-07Never kill on visual paste when using evil-paste-beforeTom Dalziel
2022-08-07Save excursion when adding preceeding whitespace to A wordTom Dalziel
2022-08-06Clear `evil-this-register` when leaving visual stateTom Dalziel
2022-08-02Add more bindings for evil-window-mapTom Dalziel
2022-08-01Add more tests for replace-stateTom Dalziel
2022-08-01Revert "Improve on evil-append's determination of eolp"Tom Dalziel
2022-07-31Add `evil-enter-replace-state` & support replace repetitionTom Dalziel
2022-07-25Fix daw deleting indentation when deleting the only word in a lineAaron L. Zeng
2022-07-06Remove 24.5 from testsTom Dalziel
2022-07-05evil-change only open newline if delete-func deleted lineTom Dalziel
2022-07-05Allow setting selected visual area marksDmitry Antonyuk
2022-07-01Restore `evil-select-an-object` APIKonstantin Kharlamov
2022-07-01Restore `evil-select-inner-object` APIKonstantin Kharlamov
2022-06-28Small fix in 'evil-command-window-exGabriel Barreto
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-18update evil-quit to handle tabsJosh Mcguigan
2022-05-11Prevent setting a negative value for `temporary-goal-column`Sean Smith
2022-05-09Fix for issue #730 appending to macro failsmatthew
2022-05-07Mention evil-move-beyond-eol in docstring of evil-move-cursor-back (#1375)Kevin Brubeck Unhammer
2022-05-05Make sure not to test stale code (#1619)rbrtb
2022-05-03`evil-ex': `eval-expression' auto-completion (#1398)nbfalcon
2022-05-03Fix typo in test tags (#1439)rolag
2022-05-03Fix up evil-indent (#1613)rbrtb
2022-05-02Improve on evil-append's determination of eolpTom Dalziel
2022-05-01Add `evil-select-an-unrestricted-object`Tom Dalziel
2022-04-30Add `evil-select-inner-unrestricted-object`Tom Dalziel
2022-04-30Revert forward-evil-word workTom Dalziel
2022-04-30Add `evil-v$-excludes-newline`Tom Dalziel
2022-04-25Bump version to 1.15.0Tom Dalziel
2022-04-25Add `evil-word-object` & `evil-WORD-object` which stay on lineTom Dalziel
2022-04-23fix C-h behavior when evil-want-C-h-delete is non-nilKevin Sladowski
2022-04-20Refactor substitution empty last line handlingTom Dalziel
2022-04-20Exclude final empty line from implicit inclusion in substitutionTom Dalziel
2022-04-18evil-vars: Update evil-insert-state-modesBrian Leung
2022-04-18Add ex commands for closing tabsKris Katterjohn
2022-04-18Add tests for blockwise visual pasteTom Dalziel