index
:
evil.git
bugfix-1038-handle-vector-macros
master
release-1.14
stable
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
evil-jumps.el
Age
Commit message (
Expand
)
Author
2019-12-18
Bump version to 1.12.16
Eivind Fonn
2019-12-17
Bump version to 1.2.16
Eivind Fonn
2019-12-11
Bump version to 1.2.15
1.2.15
Eivind Fonn
2019-01-04
Bump version to 1.2.14
1.2.14
Eivind Fonn
2018-04-28
Fix evil-set-jump called with an argument
noctuid
2017-12-20
Fix loading of advice for find-tag-noselect
Justin Burkett
2017-10-02
update version to 1.2.13
1.2.13
Eivind Fonn
2017-07-13
Merge pull request #749 from c4eater/master
Vasilij Schneidermann
2017-07-11
incorporate patch review feedback (remove the bug prohibiting jumps on first ...
Oleg Kostyuchenko
2017-02-15
Require cl-lib instead of cl
Vasilij Schneidermann
2017-01-27
implement a flag for prohibiting the jump commands to switch buffers
Oleg Kostyuchenko
2016-03-21
account for load order of savehist. fixes #641.
Bailey Ling
2016-03-05
Remove `evil-save-echo-area` in `evil-set-jump` (fix #631)
Frank Fischer
2016-02-15
create unified evil list view and refactor existing jumps/marks/registers/dig...
Bailey Ling
2016-02-14
implement navigating to jumps listed in the evil-jumps listing
Bailey Ling
2016-02-14
refactor debug to a macro so it gets compiled away and add guard for potentia...
Bailey Ling
2016-02-13
add basic implementation for the missing evil-show-jumps
Bailey Ling
2016-02-13
run 'make indent', move evil-jump-hook into evil-jumps.el; delegate jump comm...
Bailey Ling
2016-02-12
change hooks to be buffer local for evil-local-mode and change savehist hooks...
Bailey Ling
2016-02-11
optimize implementation by using ring data structure
Bailey Ling
2016-02-11
define advice globally and rely on existing ad-enable/disable calls
Bailey Ling
2016-02-10
add more jump lists tests
Bailey Ling
2016-02-10
rename evil-jumps-- to evil--jumps
Bailey Ling
2016-02-08
replace existing jump list functionality with evil-jumper
Bailey Ling