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 27, 2017
-
-
Junegunn Choi authored
Similarly to --bind or --color. --expect used to replace the previously specified keys, and fzf#wrap({'options': '--expect=f1'}) wouldn't work as expected. It forced us to come up with some ugly hacks like the following: https://github.com/junegunn/fzf.vim/blob/13b27c45c8bdf6c3a41376bb83e4895edadf8c7e/autoload/fzf/vim.vim#L1086
-
Junegunn Choi authored
-
- Aug 26, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Aug 20, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Calculate the first row of the score matrix during phase 2
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Aug 19, 2017
-
-
Junegunn Choi authored
-
- Aug 18, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Rework of 656963e0. Makes --ansi processing around 20% faster on plain strings without ANSI codes.
-
- Aug 17, 2017
-
-
Junegunn Choi authored
This reverts commit 656963e0.
-
Junegunn Choi authored
-
- Aug 16, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Instead of notifying the event coordinator (EventBox) whenever a new line is arrived, start a background goroutine that periodically does the task. Atomic.StoreInt32 is much cheaper than mutex synchronization that happens during EventBox update.
-
- Aug 15, 2017
-
-
Junegunn Choi authored
-
- Aug 11, 2017
-
-
Junegunn Choi authored
-
- Aug 10, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
When $ is the leading character in a query, it's probably not meant to be an anchor.
-
Junegunn Choi authored
-
- Aug 09, 2017
-
-
Junegunn Choi authored
Close #444
-
Junegunn Choi authored
One can escape meta characters in extended-search mode with backslashes. Prefixes: \' \! \^ Suffix: \$ Term separator: \<SPACE> To keep things simple, we are not going to support escaping of escaped sequences (e.g. \\') for matching them literally. Since this is a breaking change, we will bump the minor version. Close #444
-
Junegunn Choi authored
It is reported that it can have an unwanted side effect of clearing the screen on terminal emulators that do not properly support it. Patch suggested by @arya. Close #1011
-
- Aug 08, 2017
-
-
Junegunn Choi authored
-
- Aug 02, 2017
-
-
Junegunn Choi authored
- Aug 01, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
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 30, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jul 28, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #995
-
- Jul 21, 2017
-