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 24, 2016
-
-
Junegunn Choi authored
-
- Aug 19, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
fzf#wrap([name string,] [opts dict,] [fullscreen boolean])
-
- Aug 02, 2016
-
-
Junegunn Choi authored
Fix #183
-
Junegunn Choi authored
Close junegunn/fzf.vim#173 and #630
-
- Jul 29, 2016
-
-
Kassio Borges authored
`termopen` no longer accepts a `name` option, instead we should suffix the command with `;#NAME`.
-
- Jul 28, 2016
-
-
Junegunn Choi authored
Patch suggested by Mariusz Atamańczuk
-
- Jul 26, 2016
-
-
Junegunn Choi authored
Close #627
-
- Jul 21, 2016
-
-
Junegunn Choi authored
To make it consistent with the other commands in fzf.vim
-
- Jul 14, 2016
-
-
Junegunn Choi authored
Close #622
-
- Jul 13, 2016
-
-
Junegunn Choi authored
Close #620
-
- Jul 06, 2016
-
-
Junegunn Choi authored
Close #612
-
- Jun 10, 2016
-
-
Edgar Hipp authored
-
- Jun 03, 2016
-
-
Junegunn Choi authored
Close #583
-
- Jun 02, 2016
-
- Apr 28, 2016
-
-
Junegunn Choi authored
Related: #559
-
- Apr 24, 2016
-
-
Junegunn Choi authored
Helps when your `$SHELL` is slow. Close #552.
-
- Apr 23, 2016
-
-
Junegunn Choi authored
-
- Apr 20, 2016
-
- Apr 09, 2016
-
- Mar 06, 2016
-
-
Junegunn Choi authored
Related: https://github.com/junegunn/gv.vim/issues/19
-
- 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"' }
-
- Feb 23, 2016
-
-
Justin M. Keyes authored
Fixes "E706: Variable type mismatch for: ret" when an exception is caught.
-
- Feb 12, 2016
-
-
Junegunn Choi authored
e.g. Opening another buffer when `set nohidden` https://github.com/junegunn/fzf.vim/issues/77
-
- Jan 12, 2016
-
-
Junegunn Choi authored
When 'dir' option is passed to fzf#run(), the current working directory is temporarily changed to the given directory, and restored at the end. However, this behavior is not compatible with &autochdir. This commit introduces a heuristic to determine whether or not to restore the previous working directory. Related: https://github.com/junegunn/fzf.vim/issues/70
-
- Jan 11, 2016
-
-
Junegunn Choi authored
We should not restore the previous working directory if the current directory has changed somehow. This can happen when &autochdir is set.
-
- Jan 09, 2016
-
-
Junegunn Choi authored
Close #469. `setlocal nospell` should appear before `setf fzf` to allow customization of the option.
-
- Dec 18, 2015
-
-
Junegunn Choi authored
Close #451
-
- Dec 08, 2015
-
-
Pokey Rule authored
-
- Oct 30, 2015
-
-
Junegunn Choi authored
-
- Oct 09, 2015
-
-
Jacob Niehus authored
-
- Sep 30, 2015
-
-
Justin M. Keyes authored
The SwapExists dialog prevents multiple files from being opening if the dialog occurs before all files are opened. Opening the files is more important than showing the dialog, so choose "readonly" automatically and continue opening files.
-
- Sep 27, 2015
-
-
Junegunn Choi authored
-
James Baumgarten authored
-
- Sep 26, 2015
-
-
Junegunn Choi authored
Related: https://github.com/junegunn/fzf.vim/issues/16
-
- Sep 22, 2015
-
-
Junegunn Choi authored
-
- Sep 20, 2015
-
-
Junegunn Choi authored
-
- Sep 18, 2015
-
-
Junegunn Choi authored
Related: #345
-
Junegunn Choi authored
-
- Sep 05, 2015
-
-
Junegunn Choi authored
-