m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 01:23:43 -05:00
This commit is contained in:
Junegunn Choi
2016-09-21 01:28:24 +09:00
parent 00f96aae76
commit 7fa5e6c861
5 changed files with 10 additions and 5 deletions

View File

@@ -1,6 +1,11 @@
CHANGELOG
=========
0.15.1
------
- Fixed panic when the pattern occurs after 2^15-th column
- Fixed rendering delay when displaying extremely long lines
0.15.0
------
- Improved fuzzy search algorithm