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 .
- Sep 30, 2017
-
-
Junegunn Choi authored
Close #1066 Close #1068
-
- Sep 29, 2017
-
-
Junegunn Choi authored
Close #1055
-
- Sep 07, 2017
-
-
Jan Edmund Lazo authored
Prevents the following case: before pathshorten - /usr/bin after pathshorten - /u/bin piped to cmd.exe - U:/bin
-
Junegunn Choi authored
Port of https://github.com/junegunn/fzf.vim/commit/e7928d154aad71e530daf5c17733275da5732680 Since :FZF does not enable preview window, we determine based on full &columns instead of &columns / 2.
-
- Sep 05, 2017
-
-
Jan Edmund Lazo authored
Temporary workaround for non-Windows environment Reference: https://github.com/vim/vim/issues/1998 https://github.com/junegunn/fzf/pull/1019#issuecomment-327008348
-
Jan Edmund Lazo authored
IMPORTANT: cmd.exe and powershell are fine in default Windows terminal. cmd.exe prompt is broken on ConEmu because it natively supports ucs-2 only. utf-16 support is exclusive to .Net (ie. powershell). utf-8 supports requires chcp, external program, but does not fix the cmd.exe prompt. Use powershell on ConEmu to avoid corrupted text on display
-
Jan Edmund Lazo authored
Requirements: - compiled with +terminal - has patch-8.0.995 - has('gui_running') returns 1
-
Jan Edmund Lazo authored
-
Michael Smith authored
Original Patch: https://github.com/junegunn/fzf/commit/a9bf29b65ec36d9caa7298aad0322fba8cb3e130
-
Jan Edmund Lazo authored
-
- Aug 30, 2017
-
-
Junegunn Choi authored
Close #1031
-
- Aug 28, 2017
-
-
Jack O'Connor authored
Previously a command like `echo a && echo b` would get transformed into `echo a && echo b | fzf`, which only pipes the output of the second command. Adding parentheses around the source command avoids this issue, and works on both Unix and Windows.
-
- Aug 26, 2017
-
-
Junegunn Choi authored
Close #1023
-
- Aug 20, 2017
-
-
Jan Edmund Lazo authored
-
- Aug 14, 2017
-
- Aug 09, 2017
-
-
Junegunn Choi authored
Close #1005
-
- Jul 30, 2017
-
-
Jan Edmund Lazo authored
Close #1000
-
- Jul 23, 2017
-
-
Junegunn Choi authored
https://github.com/junegunn/fzf.vim/issues/396#issuecomment-317214036 One can override the setting on FileType fzf autocmd.
-
- Jul 18, 2017
-
-
Junegunn Choi authored
Fix https://github.com/junegunn/fzf.vim/issues/404 Thanks to @janlazo.
-
- Jul 10, 2017
-
-
Jan Edmund Lazo authored
Related: #960 (relative filepaths)
-
- Jul 09, 2017
-
-
Jan Edmund Lazo authored
Related #960, #552
-
- Jun 09, 2017
-
- Jun 05, 2017
-
-
Jan Edmund Lazo authored
-
- Jun 04, 2017
-
-
Junegunn Choi authored
-
- May 31, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Related: https://github.com/junegunn/fzf.vim/issues/378
-
Jan Edmund Lazo authored
-
- May 29, 2017
-
-
Jan Edmund Lazo authored
-
- May 22, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
expand() may return an empty string depending on the value of &wildignore. Since expand('<sfile>') always returns an absolute path, we can remove expand() call here. Close #917.
-
- Apr 30, 2017
-
-
Junegunn Choi authored
Preview script cannot properly determine the height of fzf finder if `--height` option is used. https://github.com/junegunn/fzf.vim/issues/361
- Apr 22, 2017
-
-
Jan Edmund Lazo authored
- Fix shellescaping issues for filepaths - Supports both forward slashes or backslashes - Paths with spaces - Use jobstart for neovim in s:execute (Windows) - https://github.com/neovim/neovim/pull/6497 - Make 2 s:fzf_shellescape functions - (Windows) Substitute \" with \\" to escape the last backslash - (Default) Regular shellescape - Support list 'options' - Add "@Echo off" to the batchfile used to execute fzf
-
- Mar 27, 2017
-
-
Daniel Hahler authored
This displays the buffer(s) in this case, which is useful when FZF got stuck, and you have to manually remove the buffer.
-
- Mar 02, 2017
-
-
Junegunn Choi authored
-
- Feb 25, 2017
-
- Feb 19, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
- call fzf#run({'source': "echo '!'"}) - call fzf#run({'source': "echo '!'", 'down': '40%'}) Close https://github.com/junegunn/fzf.vim/issues/315
-