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 .
- Mar 28, 2019
-
-
Junegunn Choi authored
Close #1539
-
- Mar 26, 2019
-
-
Junegunn Choi authored
Close #1535
-
- Aug 20, 2018
-
-
Junegunn Choi authored
Close #1356 Related: - #612 - https://github.com/junegunn/fzf.vim/issues/308
-
- Aug 10, 2018
-
-
Junegunn Choi authored
Close #1085 Close #1086 Close https://github.com/junegunn/fzf.vim/issues/678
-
- May 13, 2018
-
-
Jan Edmund Lazo authored
Close #1288
-
- Apr 26, 2018
-
-
Junegunn Choi authored
Close #1268
-
- Jan 26, 2018
-
-
Junegunn Choi authored
Fix #1205
-
- Dec 05, 2017
-
-
Junegunn Choi authored
Close #1172
-
- Dec 03, 2017
-
-
Junegunn Choi authored
The issue is fixed in https://github.com/vim/vim/commit/1232624ae5b56c167c5982a2620f736c4bbc19ef
-
- Nov 22, 2017
-
-
Jan Edmund Lazo authored
Close #1152 msys2 terminal Vim assumes that it runs in mintty so `:terminal` uses `TERM=xterm`. fzf doesn't support `TERM=xterm` on Windows.
-
- 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
-