0.7
- Handle more
'wildignore'
patterns by delegating to Vim's ownexpand()
function; with this change it is now viable to exclude patterns such as'vendor/rails/**'
in addition to filename-only patterns like'*.o'
and'.git'
(patch from Mike Lundy). - Always sort results alphabetically for empty search strings; this eliminates filesystem-specific variations (patch from Mike Lundy).