This project is mirrored from https://github.com/junegunn/fzf.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Aug 01, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Manually inline function calls in a tight loop as Go compiler does not inline non-leaf functions. It is observed that this unpleasant code change resulted up to 10% performance improvement.
-
- Jul 31, 2017
-
-
Junegunn Choi authored
This reverts commit 376a76d1 as it affects normal completion
-
- Jul 30, 2017
-
-
Junegunn Choi authored
Close #990
-
Jan Edmund Lazo authored
Close #1000
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jul 29, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jul 28, 2017
-
-
Junegunn Choi authored
-
Andrew Halberstadt authored
Running uname -sm yields: MINGW32_NT-6.2 i686
-
Junegunn Choi authored
Close #995
-
- Jul 25, 2017
-
-
Alexey Shamrin authored
-
- Jul 23, 2017
-
-
Junegunn Choi authored
Removed outdated animated GIF.
-
Junegunn Choi authored
https://github.com/junegunn/fzf.vim/issues/396#issuecomment-317214036 One can override the setting on FileType fzf autocmd.
-
- Jul 21, 2017
-
-
Junegunn Choi authored
I was too quick to release 0.16.9, this commit makes --ansi processing even faster.
-
Junegunn Choi authored
- Jul 20, 2017
-
-
Junegunn Choi authored
When --with-nth is used, fzf used to preprocess each line and store the result as rune array, which was wasteful if the line only contains ascii characters.
- Jul 19, 2017
-
-
Junegunn Choi authored
- Fix incorrect display of the last line when more than a line is wrapped above - Avoid unnecessary flickering of the window
-
Junegunn Choi authored
This change gives 5x speed improvement
-
Junegunn Choi authored
-
- Jul 18, 2017
-
-
Junegunn Choi authored
Related: https://gist.github.com/junegunn/4963bab6ace453f7f529d2d0e01b1d85 Close #974
-
Junegunn Choi authored
Fix https://github.com/junegunn/fzf.vim/issues/404 Thanks to @janlazo.
-
Junegunn Choi authored
By not storing item index twice, we can cut down the size of Result struct and now it makes more sense to store and pass Results by values. Benchmarks show no degradation of performance by additional pointer indirection for looking up index.
-
Junegunn Choi authored
-
- Jul 16, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
- Remove multiple mutex locks in partial cache lookup - Simplify return values
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jul 15, 2017
-
-
Tom Fitzhenry authored
Close #966
-
- Jul 10, 2017
-
-
Jan Edmund Lazo authored
Related: #960 (relative filepaths)
-
- Jul 09, 2017
-
-
Jan Edmund Lazo authored
Related #960, #552
-
- Jul 04, 2017
-
-
Junegunn Choi authored
-
- Jul 01, 2017
-
-
Junegunn Choi authored
With zero result. Related: https://github.com/junegunn/fzf.vim/issues/22#issuecomment-311869805
-
Junegunn Choi authored
-