Skip to content

Tags: abo-abo/function-args

Tags

0.6.0

Toggle 0.6.0's commit message
function-args.el (moo-implement-action): Improve

0.5.1

Toggle 0.5.1's commit message
Add more aggressive caching to moo-jump-local

* function-args.el (moo-jump-local-cache): New defvar.
(moo-jump-local): Previously, the tag list would be generated by
appending all tag lists for all files. While all those were cached and
re-updated with the file change dates, simply appending them was a
costly operation. So now `moo-jump-local' assumes that no tags were
changed at all. If they were, use "C-u" `moo-jump-local' to regenerate
the changed files' tags.
(moo-select-candidate): Change `ivy-height' to 15.

0.5.0

Toggle 0.5.0's commit message
function-args.el: set new version