Skip to content

Releases: raghur/fruzzy

Sort on empty option

18 Oct 02:57
Compare
Choose a tag to compare

Option to control sorting the list when there is no input

see g:fruzzy#sortonempty
Default value is 1 which means that when denite is brought up for file paths, the list will be sorted based on how close each entry is to the current buffer.
To turn this off, set to 0.

Other changes

Current version is no longer output to the messages window when Denite is brought up. To check version of plugin, :call fruzzy#version after activating it through denite. See readme for full details.

Report mod version

07 Oct 05:30
Compare
Choose a tag to compare

No functional changes. Just added a method to report git sha from the native module to aid debugging.

CPSM like similar file bounce

01 Oct 06:16
Compare
Choose a tag to compare

When input query is empty, sort candidates based on levenshtein distance from the current file; Also do not show current file.
This makes bouncing between similar files (.h/.cpp) or (xxx.py/xxx_test.py) really convenient.

PS: I build windows and linux binaries. Mac binary is donated by a contributor.
If you'd rather not run these binaries, then just build it from source - it's easy.

First release

27 Sep 09:59
Compare
Choose a tag to compare

Getting started :)