aboutsummaryrefslogtreecommitdiff
path: root/evil-commands.el
AgeCommit message (Expand)Author
2020-01-13Bump version to 1.12.17Eivind Fonn
2019-12-18Bump version to 1.12.16Eivind Fonn
2019-12-17Bump version to 1.2.16Eivind Fonn
2019-12-17Add declare-function invocation for xref-backend-identifier-at-point.Brian Leung
2019-12-11Bump version to 1.2.151.2.15Eivind Fonn
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
2017-11-29Fix parens in evil-ex-substituteJustin Burkett
2017-11-29Merge branch 'master' of https://github.com/amosbird/evil into amosbird-masterVasilij Schneidermann
2017-11-22Remove dependency on clJustin Burkett
2017-11-21Exit search upon reaching end of region in evil-ex-substituteJustin Burkett
2017-11-20Fix detection of newlines in evil-ex-substituteJustin Burkett
2017-11-11Decode mouse control sequencesFice T
2017-10-31Make evil-ex-substitute ignore read only matches.Amos Bird
2017-10-25Extended docstring for evil-find-char.Th. Rikl
2017-10-07Extend error message when folding isn't supportedEvgeni Kolev
2017-10-04Merge pull request #927 from edkolev/dont-abort-macro-on-buffer-changeVasilij Schneidermann
2017-10-03Escape parentheses and space characters properlyVasilij Schneidermann
2017-10-02update version to 1.2.131.2.13Eivind Fonn
2017-09-29Don't abort macro recording when current buffer is changedEvgeni Kolev
2017-09-04evil-commands.el: Add a configurable list of evil-change commandsJay Kamat
2017-09-02Eliminate a few byte compiler warningsYork Zhao
2017-07-25Try to handle special cases better in evil-ex-substituteJustin Burkett
2017-07-09Wire up semantic and tags for "goto-definition" when available v2Constantine Kharlamov
2017-06-23Fix regression in evil-ex-substitute with nxml-modeJustin Burkett