Fruzzy Versions Save

Freaky fast fuzzy finder for (denite.nvim/CtrlP matcher) for vim/neovim

v0.4

5 years ago

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.

v0.3

5 years ago

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

v0.2

5 years ago

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.

v0.1

5 years ago

Getting started :)