aboutsummaryrefslogtreecommitdiff
path: root/evil-commands.el
AgeCommit message (Expand)Author
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
2017-06-15Add evil-kill-on-visual-paste optionJustin Burkett
2017-06-12Prevent infinite loop in evil-ex-substituteJustin Burkett
2017-06-01Add helper evil-ex-delete-or-yank to remove code duplicationEvgeni Kolev
2017-05-31Add support for passing REGISTER and COUNT to :yankEvgeni Kolev
2017-05-20Fix minor issue with evil-paste-from-registerJustin Burkett
2017-05-12Improve evil-ex-substituteJustin Burkett
2017-05-11Restore original point position after ex substitute n flagJustin Burkett
2017-05-11Refactor evil-ex-substituteJustin Burkett
2017-05-11Fix bounds on line by line search in evil-ex-substituteJustin Burkett
2017-05-10Merge pull request #802 from emacs-evil/bugfix-C-w-saving-textVasilij Schneidermann
2017-05-10Merge pull request #791 from emacs-evil/bugfix-disable-reusage-of-scroll-line...Vasilij Schneidermann
2017-05-09Merge pull request #818 from edkolev/masterVasilij Schneidermann
2017-05-05Reduce flickering due to multiple searches in evil-search-nextJustin Burkett
2017-05-04Fix evil-search-next when search string is newlineJustin Burkett
2017-04-29Add support for passing REGISTER and COUNT to :deleteEvgeni Kolev
2017-04-17:global should use last pattern if none givenEvgeni Kolev
2017-03-27Keep C-w in insert state from saving deleted textVasilij Schneidermann
2017-03-23Fix error in evil-delete-marksLiu233w
2017-03-23Implement ]s and [sVasilij Schneidermann
2017-03-23Emulate vim's behaviour when both COUNT and range is given.Evgeni Kolev
2017-03-23Add support for passing COUNT and BANG to :joinEvgeni Kolev