Skip to content

0.7

Compare
Choose a tag to compare
@wincent wincent released this 19 Jan 22:06
· 1408 commits to main since this release
  • Handle more 'wildignore' patterns by delegating to Vim's own expand() 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).