Skip to content

1.9

Compare
Choose a tag to compare
@wincent wincent released this 19 Jan 22:01
· 998 commits to main since this release
1.9
  • Improved startup time using Vim's autload mechanism (patch from Ross Lagerwall).
  • Added MRU (most-recently-used) buffer finder (patch from Ton van den Heuvel).
  • Fixed edge case in matching algorithm which could cause spurious matches with queries containing repeated characters.
  • Fixed slight positive bias in the match scoring algorithm's weighting of matching characters based on distance from last match.
  • Tune memoization in match scoring algorithm, yielding a more than 10% speed boost.