aboutsummaryrefslogtreecommitdiff
path: root/evil-commands.el
AgeCommit message (Expand)Author
2022-04-30Bump version to 1.14.21.14.2stablerelease-1.14Tom Dalziel
2022-04-30Add `evil-select-inner-unrestricted-object`Tom Dalziel
2022-04-30Revert forward-evil-word workTom Dalziel
2022-04-25Bump version to 1.14.11.14.1Tom Dalziel
2022-04-25Add `evil-word-object` & `evil-WORD-object` which stay on lineTom Dalziel
2022-04-20Refactor substitution empty last line handlingTom Dalziel
2022-04-20Exclude final empty line from implicit inclusion in substitutionTom Dalziel
2022-04-18Visual point+mark dependent on initial visual paste directionTom Dalziel
2022-04-18Update markers when blockwise visual pastingTom Dalziel
2022-04-18Blockwise visual paste handles linewise textTom Dalziel
2022-04-18Simple fix for blockwise visual pasteTom Dalziel
2022-04-15Allow vim-style regexp for :global commandTom Dalziel
2022-04-15Preserve non-blank last line when :move ingTom Dalziel
2022-04-13Ex yank doesn't move pointTom Dalziel
2022-04-13Don't ex move if source = destinationTom Dalziel
2022-04-12Make window commands consistent with VIMMihai Cristian Tanase
2022-04-03Add evil-update (write when buffer is modified)Tom Dalziel
2022-03-09Default to start-col when evil-shifts called non-interactivelyTom Dalziel
2022-03-02evil-fold-action: add missing FORMAT argument to with-demoted-errorsSimon Pugnet
2022-02-14evil-read: Make point end up at the last line of any shell outputBrian Leung
2022-02-14evil-read: Perform % and # substitutions for shell cmdsBrian Leung
2022-02-13Use `end-kbd-macro` to fix regression clearing registers (#1582)Tom Dalziel
2022-02-02Handle charwise >1 line deleting as linewise (#1578)Tom Dalziel
2022-01-17evil-find-file-at-point-with-line | support column number too (#1566)Elliott Shugerman
2022-01-07Fix visual-paste-pop testsTom Dalziel
2022-01-07gv works properly after visual pasteTom Dalziel
2022-01-07Simplify evil-visual-restoreTom Dalziel
2022-01-04Add gM `evil-percentage-of-line` (#1562)Tom Dalziel
2022-01-03Make `evil-record-macro' add the same macro to the kmacro ring (#1554)SK Kim
2021-12-19Replace state shift lineTom Dalziel
2021-12-19Replace state evil-delete-back-to-indentationTom Dalziel
2021-12-19Replace state evil-delete-backward-wordTom Dalziel
2021-12-19Replace state pastingTom Dalziel
2021-12-19Replace state evil digraphsTom Dalziel
2021-12-19Replace state evil-quoted-insertTom Dalziel
2021-12-11Refactor handling of insert after macro finished with C-oq (#1552)Tom Dalziel
2021-12-09Allow exit from insert, paste from . without forward-char (#1550)Tom Dalziel
2021-12-07Return to state after C-o in macro (#1549)Tom Dalziel
2021-11-28Add i_0_CTRL-D functionality (#1547)Tom Dalziel
2021-11-16Fix #1538: prefer vim behavior of opening in same window (#1540)Evan Carlin
2021-11-15Overhaul gn and gN + add tests (#1539)Tom Dalziel
2021-10-21Fix for #1518 custom functions bound to "0" break motion parsing (#1519)jmmathena
2021-10-12Use `point-max` rather than `end-of-buffer` for G with no count (#1530)Tom Dalziel
2021-10-11Improve evil-ensure-column and use with evil-goto-line (#1529)Tom Dalziel
2021-10-04Fix compiler warnings (#1525)Tom Dalziel
2021-10-04Add evil-start-of-line, evil-ensure-column, and use them (#1524)Tom Dalziel
2021-07-25Add gI (evil-insert-0-line) (#1502)Tom Dalziel
2021-07-23Add i_ctrl-@ binding and function (#1498)Tom Dalziel
2021-07-23Revert "Scroll half of the visible screen respecting zoom level (#1490)"Tom Dalziel
2021-07-19Add [return] to evil-repeat-info when recording for evil-ex-search (#1495)Tom Dalziel