summaryrefslogtreecommitdiff
path: root/plugin/fzf.vim
AgeCommit message (Collapse)Author
2014-04-12[Vim] Allow vertical split of tmux windowJunegunn Choi
2014-04-04Vim plugin: do not enable tmux-integration if version < 1.7Junegunn Choi
2014-03-31Use -p option of split-window instead of manual calculationJunegunn Choi
2014-03-31No need for screenrow()Junegunn Choi
2014-03-31Fix use of screenrow when tmux height is given in %Junegunn Choi
2014-03-28Allow setting tmux split height in %Junegunn Choi
2014-03-28Vim plugin: tmux integrationJunegunn Choi
2014-03-26Execute clear before fzfJunegunn Choi
2014-03-25Major update to Vim pluginJunegunn Choi
2014-03-25Prefer pre-existing function/alias in Vim pluginJunegunn Choi
2013-11-20The last argument doesn't have to be a pathJunegunn Choi
2013-11-20Update Vim plugin to take path argumentJunegunn Choi
2013-11-17Update Vim pluginJunegunn Choi
Changes: - Rename g:fzf_command to g:fzf_source - Support multi-select mode - Add fzf#run(vim_command, fzf_args) function Todo: - Faster startup with --disable-gems option when available
2013-11-05Make fzf.vim separately installableJunegunn Choi
2013-11-01Ignore empty file pathJunegunn Choi
2013-11-01Update Vim plugin accordinglyJunegunn Choi
2013-10-24Implement --no-sort options with some fixesJunegunn Choi
2013-10-24Initial commitJunegunn Choi