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 .
- Apr 12, 2016
-
-
Junegunn Choi authored
-
- Apr 09, 2016
-
- Apr 01, 2016
-
-
Junegunn Choi authored
Fix algorithm tests
-
Matt Westcott authored
-
- Mar 29, 2016
-
-
Junegunn Choi authored
- Do not create zsh files if zsh is not installed (@adam8157) - Use command -v instead of which (@netei) - Reenable --pre option Close #531
-
- Mar 28, 2016
-
-
Junegunn Choi authored
Fix typo in README.md
-
Matt Westcott authored
-
- Mar 23, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #526
-
- Mar 15, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Patch submitted by @netei. Close #524.
-
Junegunn Choi authored
-
- Mar 06, 2016
-
-
Junegunn Choi authored
Related: https://github.com/junegunn/gv.vim/issues/19
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #500
-
- Mar 04, 2016
-
-
Junegunn Choi authored
This fixes the problem where a new tab page is not closed when the following configuration is used: let g:fzf_layout = { 'window': 'execute (tabpagenr()-1)."tabnew"' }
-
- Mar 03, 2016
-
- Mar 02, 2016
-
-
Junegunn Choi authored
Close #516
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #513
-
Junegunn Choi authored
-
- Feb 26, 2016
-
-
Junegunn Choi authored
Close #511
-
- Feb 23, 2016
-
-
Junegunn Choi authored
[vim] s:callback: Always return list.
-
Justin M. Keyes authored
Fixes "E706: Variable type mismatch for: ret" when an exception is caught.
-
- Feb 21, 2016
-
-
Junegunn Choi authored
Related: #470, #497
-
- Feb 20, 2016
-
-
Junegunn Choi authored
- GOPATH is no longer required - fzf repository does not have to be in GOPATH - Build Linux binary with Go 1.5.3
-
- Feb 18, 2016
-
-
Junegunn Choi authored
- Slightly more efficient processing of Options - Do not return reference type arguments that are mutated inside the function - Use util.Constrain function when appropriate
-
- Feb 16, 2016
-
-
Junegunn Choi authored
Go 1.3 compatibility
-
Sergey Vlasov authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Feb 12, 2016
-
-
Junegunn Choi authored
[man] Remove useless `.R` macros
-
Anmol Sethi authored
If you do `man fzf > /dev/null`, you'll get the following output `R' is a string (producing the registered sign), not a macro. `R' is a string (producing the registered sign), not a macro. `R' is a string (producing the registered sign), not a macro. `R' is a string (producing the registered sign), not a macro. `R' is a string (producing the registered sign), not a macro. `R' is a string (producing the registered sign), not a macro. Removing these `.R` macros with a newline seems to have no effect on the page but gets rid of the error.
-
Junegunn Choi authored
e.g. Opening another buffer when `set nohidden` https://github.com/junegunn/fzf.vim/issues/77
-
- Feb 07, 2016
-
-
Junegunn Choi authored
- Feb 03, 2016
-
-
Junegunn Choi authored
Note that $SHELL only points to the default shell instead of the current shell. If you're on a non-default shell, you might want to override the value like follows. SHELL=zsh fzf --bind 'enter:execute:echo $ZSH_VERSION; sleep 1'
-
- Feb 02, 2016
-
-
Junegunn Choi authored
-
- Jan 29, 2016
-
-
Junegunn Choi authored
e.g. _fzf_complete_foo() { _fzf_complete "--multi --reverse --header-lines=3" "$@" < <( ls -al ) } _fzf_complete_foo_post() { awk '{print $NF}' } [ -n "$BASH" ] && complete -F _fzf_complete_foo -o default -o bashdefault foo
-