summaryrefslogtreecommitdiffstats
path: root/plugin
AgeCommit message (Expand)Author
2016-10-22[vim] Respect g:fzf_colorsJunegunn Choi
2016-10-18[vim] Set g:loaded_fzfJunegunn Choi
2016-10-12[fzf-tmux/vim/nvim] Do not split small windowJunegunn Choi
2016-10-04[vim] Apply --multi and --prompt to :FZF commandJunegunn Choi
2016-08-28[neovim] Do not resize if the size of the screen has changedJunegunn Choi
2016-08-28[vim] Reset window sizes on closeJoshua Rubin
2016-08-24[vim] Tilde prefix is not allowed for `left` or `right` layoutJunegunn Choi
2016-08-19[vim] Fix "E706: Variable type mismatch for: arg"Junegunn Choi
2016-08-19[vim] Make arguments to fzf#wrap() optionalJunegunn Choi
2016-08-02[vim] Delete fzf buffer even when exit status is non-zeroJunegunn Choi
2016-08-02[vim] Make sure to delete fzf bufferJunegunn Choi
2016-07-29Remove `name` option from `termopen`.Kassio Borges
2016-07-28[vim] v:shell_error can change around redraw!Junegunn Choi
2016-07-26[vim] Add fzf#wrap helper functionJunegunn Choi
2016-07-21[vim] Make :FZF command configurable with g:fzf_layoutJunegunn Choi
2016-07-14[vim] Adjust split size when --header option is setJunegunn Choi
2016-07-13[vim] Fix error with multi-line $FZF_DEFAULT_COMMANDJunegunn Choi
2016-07-06[vim] Restore working directory even when new window is openedJunegunn Choi
2016-06-10Add fzf_prefer_tmux optionEdgar Hipp
2016-06-03[vim/fzf-tmux] Handle fzf project directory with spacesJunegunn Choi
2016-06-02[vim] Use lcd instead of chdirJunegunn Choi
2016-04-28[neovim] Fix issues with `enew` and `tabnew` layoutsJunegunn Choi
2016-04-24[vim] Explicitly set source to FZF_DEFAULT_COMMANDJunegunn Choi
2016-04-23[neovim] Set bufhidden and nobuflisted after opening terminalJunegunn Choi
2016-04-21[neovim] Restore winfixwidth and winfixheightJunegunn Choi
2016-04-09[vim] Escape $Junegunn Choi
2016-03-06[neovim] Open tab before current tabJunegunn Choi
2016-03-04[neovim] Take total number of tab pages into account (#520)Junegunn Choi
2016-02-23s:callback: Always return list.Justin M. Keyes
2016-02-12[neovim] Fix error in finally block when callback failedJunegunn Choi
2016-01-12[vim] Try to make 'dir' option compatible with &autochdirJunegunn Choi
2016-01-11[vim] Do not restore working directory on unexpected cwdJunegunn Choi
2016-01-09[nvim] setlocal nospell on terminal bufferJunegunn Choi
2015-12-18[vim] Open selected file in the current window if it's emptyJunegunn Choi
2015-12-07Support fzf-tmux when zoomedPokey Rule
2015-10-31[nvim] setf fzfJunegunn Choi
2015-10-08Trigger netrw autocommand when opening directoryJacob Niehus
2015-09-30[vim] handle SwapExistsJustin M. Keyes
2015-09-27[vim] Consistent exit status handlingJunegunn Choi
2015-09-26[vim] handle exit status 1 properly (#359)James Baumgarten
2015-09-26[vim] Display proper error message when GVim launcher failedJunegunn Choi
2015-09-22[neovim] Remove redraw! hack that is no longer neededJunegunn Choi
2015-09-20[vim] Display proper error message when command failedJunegunn Choi
2015-09-18Exit status 130 when fzf is terminated by the userJunegunn Choi
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 commandJunegunn Choi
2015-09-01[vim] Escape newline character when running fzf with :!Junegunn Choi
2015-08-28[vim] Dynamic height specification for 'up' and 'down' optionsJunegunn Choi
2015-08-24[vim] Escape % and # when running source command with :!Junegunn Choi
2015-08-18Revert "[vim] Open silently"Junegunn Choi