aboutsummaryrefslogtreecommitdiff
path: root/evil-jumps.el
AgeCommit message (Expand)Author
2022-04-30Bump version to 1.14.21.14.2stablerelease-1.14Tom Dalziel
2022-04-25Bump version to 1.14.11.14.1Tom Dalziel
2021-08-10Do not try to switch file/buffer when jumping inside same file (#1506)Konstantin Kharlamov
2020-09-17Make code more idiomaticVasilij Schneidermann
2020-08-16Fix reference to free variableEivind Fonn
2020-08-16Add comment explaining `evil--jumps-jumping-backward'Erik Hahn
2020-08-16Treat all commands that change the buffer as jump commandsErik Hahn
2020-08-16Use a function for the evil local hookErik Hahn
2020-08-16evil-set-jump: handle markers for different buffersErik Hahn
2020-08-16Fix evil--jumps-messageErik Hahn
2020-03-04Bump version to 1.14.01.14.0Eivind Fonn
2020-02-03Clean up compilation warnings from lexical bindingEivind Fonn
2020-01-29Re-enable lexical bindingEivind Fonn
2020-01-28Revert "Enable lexical binding"Eivind Fonn
2020-01-28Enable lexical bindingEivind Fonn
2019-12-18Bump version to 1.13.0Eivind Fonn
2019-12-11Fix/improve some indentationEivind Fonn
2019-12-11Bump version to 1.3.0-snapshotEivind Fonn
2019-12-11Bump version to 1.2.151.2.15Eivind Fonn
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