Skip to content

Sort on empty option

Latest
Compare
Choose a tag to compare
@raghur raghur released this 18 Oct 02:57
· 11 commits to master since this release

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.