| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-28 | [neovim] Do not resize if the size of the screen has changed | Junegunn Choi | |
| Related #642 | |||
| 2016-08-28 | [vim] Reset window sizes on close | Joshua Rubin | |
| Fix #520 Fix junegunn/fzf.vim#42 | |||
| 2016-08-24 | [vim] Tilde prefix is not allowed for `left` or `right` layout | Junegunn Choi | |
| 2016-08-19 | [vim] Fix "E706: Variable type mismatch for: arg" | Junegunn Choi | |
| 2016-08-19 | [vim] Make arguments to fzf#wrap() optional | Junegunn Choi | |
| fzf#wrap([name string,] [opts dict,] [fullscreen boolean]) | |||
| 2016-08-02 | [vim] Delete fzf buffer even when exit status is non-zero | Junegunn Choi | |
| Fix #183 | |||
| 2016-08-02 | [vim] Make sure to delete fzf buffer | Junegunn Choi | |
| Close junegunn/fzf.vim#173 and #630 | |||
| 2016-07-29 | Remove `name` option from `termopen`. | Kassio Borges | |
| `termopen` no longer accepts a `name` option, instead we should suffix the command with `;#NAME`. | |||
| 2016-07-28 | [vim] v:shell_error can change around redraw! | Junegunn Choi | |
| Patch suggested by Mariusz AtamaĆczuk | |||
| 2016-07-26 | [vim] Add fzf#wrap helper function | Junegunn Choi | |
| Close #627 | |||
| 2016-07-21 | [vim] Make :FZF command configurable with g:fzf_layout | Junegunn Choi | |
| To make it consistent with the other commands in fzf.vim | |||
| 2016-07-14 | [vim] Adjust split size when --header option is set | Junegunn Choi | |
| Close #622 | |||
| 2016-07-13 | [vim] Fix error with multi-line $FZF_DEFAULT_COMMAND | Junegunn Choi | |
| Close #620 | |||
| 2016-07-06 | [vim] Restore working directory even when new window is opened | Junegunn Choi | |
| Close #612 | |||
| 2016-06-10 | Add fzf_prefer_tmux option | Edgar Hipp | |
| 2016-06-03 | [vim/fzf-tmux] Handle fzf project directory with spaces | Junegunn Choi | |
| Close #583 | |||
| 2016-06-02 | [vim] Use lcd instead of chdir | Junegunn Choi | |
| https://github.com/junegunn/fzf.vim/issues/147 | |||
| 2016-04-28 | [neovim] Fix issues with `enew` and `tabnew` layouts | Junegunn Choi | |
| Related: #559 | |||
| 2016-04-24 | [vim] Explicitly set source to FZF_DEFAULT_COMMAND | Junegunn Choi | |
| Helps when your `$SHELL` is slow. Close #552. | |||
| 2016-04-23 | [neovim] Set bufhidden and nobuflisted after opening terminal | Junegunn Choi | |
| 2016-04-21 | [neovim] Restore winfixwidth and winfixheight | Junegunn Choi | |
| Fix https://github.com/junegunn/fzf.vim/issues/128 | |||
| 2016-04-09 | [vim] Escape $ | Junegunn Choi | |
| https://github.com/junegunn/fzf.vim/issues/114 | |||
| 2016-03-06 | [neovim] Open tab before current tab | Junegunn Choi | |
| Related: https://github.com/junegunn/gv.vim/issues/19 | |||
| 2016-03-04 | [neovim] Take total number of tab pages into account (#520) | Junegunn Choi | |
| 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"' } | |||
| 2016-02-23 | s:callback: Always return list. | Justin M. Keyes | |
| Fixes "E706: Variable type mismatch for: ret" when an exception is caught. | |||
| 2016-02-12 | [neovim] Fix error in finally block when callback failed | Junegunn Choi | |
| e.g. Opening another buffer when `set nohidden` https://github.com/junegunn/fzf.vim/issues/77 | |||
| 2016-01-12 | [vim] Try to make 'dir' option compatible with &autochdir | Junegunn Choi | |
| 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 | |||
| 2016-01-11 | [vim] Do not restore working directory on unexpected cwd | Junegunn Choi | |
| We should not restore the previous working directory if the current directory has changed somehow. This can happen when &autochdir is set. | |||
| 2016-01-09 | [nvim] setlocal nospell on terminal buffer | Junegunn Choi | |
| Close #469. `setlocal nospell` should appear before `setf fzf` to allow customization of the option. | |||
| 2015-12-18 | [vim] Open selected file in the current window if it's empty | Junegunn Choi | |
| Close #451 | |||
| 2015-12-07 | Support fzf-tmux when zoomed | Pokey Rule | |
| 2015-10-31 | [nvim] setf fzf | Junegunn Choi | |
| 2015-10-08 | Trigger netrw autocommand when opening directory | Jacob Niehus | |
| 2015-09-30 | [vim] handle SwapExists | Justin M. Keyes | |
| 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. | |||
| 2015-09-27 | [vim] Consistent exit status handling | Junegunn Choi | |
| 2015-09-26 | [vim] handle exit status 1 properly (#359) | James Baumgarten | |
| 2015-09-26 | [vim] Display proper error message when GVim launcher failed | Junegunn Choi | |
| Related: https://github.com/junegunn/fzf.vim/issues/16 | |||
| 2015-09-22 | [neovim] Remove redraw! hack that is no longer needed | Junegunn Choi | |
| 2015-09-20 | [vim] Display proper error message when command failed | Junegunn Choi | |
| 2015-09-18 | Exit status 130 when fzf is terminated by the user | Junegunn Choi | |
| Related: #345 | |||
| 2015-09-18 | [vim] Ignore exit status of 2 (#345) | Junegunn Choi | |
| 2015-09-05 | [gvim] Fix #342 - Should not escape launcher part of the command | Junegunn Choi | |
| 2015-09-01 | [vim] Escape newline character when running fzf with :! | Junegunn Choi | |
| Fixes Helptags! command from fzf.vim | |||
| 2015-08-28 | [vim] Dynamic height specification for 'up' and 'down' options | Junegunn Choi | |
| Values for 'up' and 'down' can be written with ~ prefix. Only applies when the source is a Vim list. e.g. { 'source': range(10), 'down': '~40%' } | |||
| 2015-08-24 | [vim] Escape % and # when running source command with :! | Junegunn Choi | |
| 2015-08-18 | Revert "[vim] Open silently" | Junegunn Choi | |
| This reverts commit c601fc6437f864c440b9d35c87604e48f2a48446. | |||
| 2015-08-16 | [vim] Handle single/double quote characters in 'dir' option | Junegunn Choi | |
| 2015-08-15 | [vim] Open silently | Junegunn Choi | |
| 2015-08-15 | [vim] tab split instead of tabedit | Junegunn Choi | |
| 2015-07-29 | [vim] Temporarily disable &autochdir when opening files (#306) | Junegunn Choi | |
