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 .
- Jan 17, 2017
-
-
Junegunn Choi authored
Close #807
-
Junegunn Choi authored
Related #807
-
- Jan 16, 2017
-
-
Junegunn Choi authored
Close #805
-
Junegunn Choi authored
Close #781
-
Amos Bird authored
-
Junegunn Choi authored
0.16.0
-
Junegunn Choi authored
-
Junegunn Choi authored
- Jan 15, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #802
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Ref #790
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 14, 2017
-
-
Justin M. Keyes authored
Later versions of Vim/Nvim handle `:edit <dir>` inside try-catch. https://github.com/vim/vim/commit/e13b9afe1283f5ae43232b5992372a0eb570666c https://github.com/vim/vim/pull/1375
-
Junegunn Choi authored
Close #799
-
Junegunn Choi authored
-
- Jan 11, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #798
-
- Jan 10, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 09, 2017
-
-
Junegunn Choi authored
Excerpt from http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/x361.html: > - Save cursor position: > \033[s > - Restore cursor position: > \033[u > > The latter two codes are NOT honoured by many terminal emulators. The > only ones that I'm aware of that do are xterm and nxterm - even though > the majority of terminal emulators are based on xterm code. As far as > I can tell, rxvt, kvt, xiterm, and Eterm do not support them. They are > supported on the console. They are also unsupported by Neovim terminal.
-
Junegunn Choi authored
-
Junegunn Choi authored
Fix line wrapping in preview window
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #790
-
- Jan 08, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 07, 2017
-
-
Junegunn Choi authored
Close #791
-
- Jan 04, 2017
-
-
Jan Edmund Lazo authored
-
- Jan 02, 2017
-
-
Jan Edmund Lazo authored
- Use noshellslash for strict path expansion in fzf#run and s:cmd (shellescape depends on shellslash) - Double-quote the fzf command for cmd.exe - Add fzf#shellescape to encapsulate the logic - Close #786
-
- Jan 01, 2017
-
-
Jan Edmund Lazo authored
-