aboutsummaryrefslogtreecommitdiff
path: root/evil-jumps.el
AgeCommit message (Expand)Author
2019-01-04Bump version to 1.2.141.2.14Eivind Fonn
2018-04-28Fix evil-set-jump called with an argumentnoctuid
2017-12-20Fix loading of advice for find-tag-noselectJustin Burkett
2017-10-02update version to 1.2.131.2.13Eivind Fonn
2017-07-13Merge pull request #749 from c4eater/masterVasilij Schneidermann
2017-07-11incorporate patch review feedback (remove the bug prohibiting jumps on first ...Oleg Kostyuchenko
2017-02-15Require cl-lib instead of clVasilij Schneidermann
2017-01-27implement a flag for prohibiting the jump commands to switch buffersOleg Kostyuchenko
2016-03-21account for load order of savehist. fixes #641.Bailey Ling
2016-03-05Remove `evil-save-echo-area` in `evil-set-jump` (fix #631)Frank Fischer
2016-02-15create unified evil list view and refactor existing jumps/marks/registers/dig...Bailey Ling
2016-02-14implement navigating to jumps listed in the evil-jumps listingBailey Ling
2016-02-14refactor debug to a macro so it gets compiled away and add guard for potentia...Bailey Ling
2016-02-13add basic implementation for the missing evil-show-jumpsBailey Ling
2016-02-13run 'make indent', move evil-jump-hook into evil-jumps.el; delegate jump comm...Bailey Ling
2016-02-12change hooks to be buffer local for evil-local-mode and change savehist hooks...Bailey Ling
2016-02-11optimize implementation by using ring data structureBailey Ling
2016-02-11define advice globally and rely on existing ad-enable/disable callsBailey Ling
2016-02-10add more jump lists testsBailey Ling
2016-02-10rename evil-jumps-- to evil--jumpsBailey Ling
2016-02-08replace existing jump list functionality with evil-jumperBailey Ling