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 .
- 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
-
- Jun 25, 2017
-
-
John Nguyen authored
This also modifies <C-t> behaviour. The longest file path in the input is used as root directory for `find` command. The remainder of the input is passed to fzf's --query as a initial search parameters.
-
Tom Fitzhenry authored
Fix found by @amosbird at https://github.com/junegunn/fzf/issues/953#issuecomment-310309055 closes #440
-
- Jun 23, 2017
-
-
Junegunn Choi authored
See #944
-
- Jun 22, 2017
-
-
Junegunn Choi authored
fzf should immediately continue consuming the buffer after discarding bracketed paste mode sequence. Close #951
-
- Jun 20, 2017
-
-
Junegunn Choi authored
-
- Jun 12, 2017
-
-
John Nguyen authored
If "." is given as the argument to begin <C-t> completion, the leading "." is not correctly removed. In general, if user selects a fzf completion, the current token should be "consumed".
-
- Jun 10, 2017
-
-
Junegunn Choi authored
Close #943
-
- Jun 09, 2017
-
- Jun 08, 2017
-
-
Jan Edmund Lazo authored
-
Uri Gorelik authored
Also change the example binding for `unix-word-rubout` to *ctrl-w* instead of *ctrl-u*
-
- Jun 05, 2017
-
-
Jan Edmund Lazo authored
- Jun 04, 2017
-
-
Junegunn Choi authored
Close #935
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jun 03, 2017
-
-
Junegunn Choi authored
- Update install script to download Windows binary if $TERM == cygwin - Unset TERM if $TERM == cygwin (#933) - Always use cmd.exe instead of $SHELL when running commands
-
Junegunn Choi authored
-