aboutsummaryrefslogtreecommitdiff
path: root/evil-commands.el
AgeCommit message (Expand)Author
2020-03-04Bump version to 1.13.11.13.1Eivind Fonn
2020-02-03Clean up compilation warnings from lexical bindingEivind Fonn
2020-01-30Change the way to get universal argumentBet4
2020-01-29Re-enable lexical bindingEivind Fonn
2020-01-28Revert "Enable lexical binding"Eivind Fonn
2020-01-28Enable lexical bindingEivind Fonn
2020-01-25Call delete-backward-char interactively againEivind Fonn
2020-01-19Silence byte compiler about imenu--in-alistEivind Fonn
2020-01-19Add support for submenu entries in goto-definition-imenuTroy Hinckley
2019-12-30Merge pull request #1130 from dzop/preserve-window-parametersEivind Fonn
2019-12-30Fix final cursor after shiftingEivind Fonn
2019-12-22Fix numeric argument for paste commandsEivind Fonn
2019-12-20Handle errors in `evil-save-side-windows`Nathaniel Nicandro
2019-12-20Better integration of window manipulation commandsNathaniel Nicandro
2019-12-19Update some docstringsEivind Fonn
2019-12-19Use delete-char in evil-delete-backward-char-and-joinEivind Fonn
2019-12-19Add evil-want-C-u-delete optionYunhao Zhao
2019-12-18Bump version to 1.13.0Eivind Fonn
2019-12-11Fix/improve some indentationEivind Fonn
2019-12-11Merge pull request #1213 from leungbk/byte-compEivind Fonn
2019-12-11Bump version to 1.3.0-snapshotEivind Fonn
2019-12-11Bump version to 1.2.151.2.15Eivind Fonn
2019-12-05Add declare-function invocation for xref-backend-identifier-at-point.Brian Leung
2019-12-03Handle empty buffer when shifting left/rightVasilij Schneidermann
2019-12-03Remove unnecessary check for emacs-major-versionBet4
2019-12-03Use window-body-height to get the number of visible linesBet4
2019-12-03Fix the asymmetry between posn-at-point and posn-at-x-y when header line is e...Bet4
2019-11-27Fix usage of too new macro `ignore-error'Eivind Fonn
2019-11-25xref: get identifier from backend instead of getting it ourselvesEivind Fonn
2019-11-25Change evil-goto-definition to use a hookVasilij Schneidermann
2019-11-19Fix indentationEivind Fonn
2019-11-19Prevent errant scroll on mouse clickAaron Jensen
2019-11-19Fix dispatch in evil-yank for visual-line-modeJustin Burkett
2019-11-19Make more commands support visual-line-modeJustin Burkett
2019-11-05Unwed evil-move-beyond-eol and evil-move-cursor-backJustin Burkett
2019-07-29Merge branch 'more-visual'Eivind Fonn
2019-07-28Fix previous commit when evil-cross-lines is tJustin Burkett
2019-07-28evil-show-registers: Show macros stored as vectorsMiciah
2019-07-20Teach more commands about evil-respect-visual-line-modeJustin Burkett
2019-01-04Bump version to 1.2.141.2.14Eivind Fonn
2018-09-14fix for append from visual statedenin
2018-03-04:global should take into account evil-ex-search-caseEvgeni Kolev
2018-02-22Merge pull request #1022 from emacs-evil/goto-mark-jumpVasilij Schneidermann
2018-02-22Treat going to marks jumpsEvgeni Kolev
2018-02-21evil-ex-global: parse COMMAND only once, not on each matching lineEvgeni Kolev
2018-01-03Fix compiler warning in previous commitJustin Burkett
2018-01-03Reveal hidden search terms in evil-ex-substituteJustin Burkett
2018-01-03Merge pull request #1010 from justbur/ex-sub-final-pointVasilij Schneidermann
2018-01-03Use xref-find-definitions if possibleVasilij Schneidermann
2017-12-29Don't move point following ex-substitute searchJustin Burkett