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 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
-
- Feb 18, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #847. Patch submitted by @wontoncc.
-
- Feb 17, 2017
-
- Feb 07, 2017
-
-
Prabir Shrestha authored
-
- Feb 05, 2017
-
-
Junegunn Choi authored
-
- Feb 04, 2017
-
-
Junegunn Choi authored
To override --height option in FZF_DEFAULT_OPTS
-
- Feb 01, 2017
-
-
Kassio Borges authored
Exposing the `b:fzf` variable will be useful to get information about which command is being executed on the current fzf window. With that, now, it's possible to use the current command name on the statusline: ```viml au User FzfStatusLine call <SID>fzf_statusline() function! s:fzf_statusline() let fzf_cmd_name = get(b:fzf, 'name', 'FZF') let &l:statusline = '> '.fzf_cmd_name endfunction ```
-
- Jan 30, 2017
-
- Jan 22, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Also revert the workaround in Vim plugin introduced in fa7c8977. Related: #814
-
Junegunn Choi authored
Close #814 Not grouping commands to avoid errors on non-standard shells.
-
- Jan 15, 2017
-
-
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
-
- Jan 08, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- 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
-
- Dec 19, 2016
-
-
Daniel Hahler authored
With a `bufhidden=wipe` buffer (e.g. vim-startify) the buffer would not exist anymore, resulting in an error.
-
- Dec 14, 2016
-
-
Marco Hinz authored
-
- Dec 11, 2016
-
- Dec 03, 2016
-
-
Junegunn Choi authored
-
- Dec 02, 2016
-
-
Junegunn Choi authored
-
- Oct 22, 2016
-
-
Junegunn Choi authored
Close #711
-
- Oct 18, 2016
-
-
Junegunn Choi authored
-
- Oct 12, 2016
-
-
Junegunn Choi authored
Close #699
-
- Oct 03, 2016
-
-
Junegunn Choi authored
-
- Aug 28, 2016
-
-
Junegunn Choi authored
Related #642
-
Joshua Rubin authored
Fix #520 Fix junegunn/fzf.vim#42
-
- 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
-