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 18, 2017
-
-
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
-
- Jun 02, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Make sure to consistently calculate tiebreak scores based on the original line. This change may not be preferable if you filter aligned tabular input on a subset of columns using --nth. However, if we calculate length tiebreak only on the matched components instead of the entire line, the result can be very confusing when multiple --nth components are specified, so let's keep it simple and consistent. Close #926
-
Edgar Lee authored
-
- May 31, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Related: https://github.com/junegunn/fzf.vim/issues/378
-