summaryrefslogtreecommitdiffstats
path: root/plugin
AgeCommit message (Expand)Author
2021-05-21[vim] Workaround for Neovim bug of unconditionally evaluating `unlet $ENV_VAR`Junegunn Choi
2021-05-19[vim] Use terminal buffer on 'down' layout on regular Vim on terminalJunegunn Choi
2021-05-19[vim] Use FZF_DEFAULT_COMMAND instead of STDIN pipeJunegunn Choi
2021-04-28[vim] Fix screen offset of relatively positioned popup windowJunegunn Choi
2021-04-17[vim] Support relative-to-window positioning of popup (#2443)Tom Picton
2021-04-06[vim] Compare binary versionsJunegunn Choi
2021-04-05[vim] Fix paste on MacVimJunegunn Choi
2021-03-08[vim] Vim 8.0 compatibilityJunegunn Choi
2021-02-25[vim] Add keepjump to switch_back() function (#2363)Jonathan Müller
2021-02-25[vim] Remove unnecessary `border` management in nvim floating window (#2370)Hiroki Konishi
2021-02-22[vim] Force redraw by exiting and re-entering terminal modeJunegunn Choi
2021-02-22[vim] Call feedkeys only when the destination buffer is a terminalJunegunn Choi
2021-02-17[vim] Use tnoremap only when it's availableJunegunn Choi
2021-02-15[vim] Stay in terminal mode if fzf#run is called from sinkJunegunn Choi
2021-02-03[vim] fzf#run should ignore empty 'dir' argumentJunegunn Choi
2021-01-17[vim] Exit terminal mode before closing FZF window (#2326)Olivier Roques
2020-12-16[vim] Allow closing Vim running fzf without confirmationJunegunn Choi
2020-11-19[vim] &termwinkey may not be availableJunegunn Choi
2020-11-17[vim] Clean up temp files on interrupt (#2252)Michal Domonkos
2020-11-15[vim] Map CTRL-Z to <nop>Junegunn Choi
2020-11-15[vim] Set termwinkey to allow CTRL-WJunegunn Choi
2020-11-05[vim] Fix double path separator issue on WindowsJunegunn Choi
2020-10-31[vim] Set maxwidth and maxheight when creating a popupJunegunn Choi
2020-10-31[vim] Remove dead codeJunegunn Choi
2020-10-30[vim] See the last line of "fzf --version" outputJunegunn Choi
2020-10-29[vim] Allow 'border': 'no' to be consistent with --color=noJunegunn Choi
2020-10-270.24.00.24.0Junegunn Choi
2020-10-27Merge branch 'devel' into masterJunegunn Choi
2020-10-27fixupJunegunn Choi
2020-10-27Fix: barbled multibyte text(exe. Japanese).nekowasabi
2020-10-27[vim] Download latest binary to meet version requirementJunegunn Choi
2020-10-26[vim] Add 'none' option for popup borderJunegunn Choi
2020-10-26Add more --border optionsJunegunn Choi
2020-09-12[vim] Change the default layout to use popup windowJunegunn Choi
2020-09-09[vim] Expose fzf#exec() functionJunegunn Choi
2020-09-06[vim] Allow specifying popup width and height in absolute integer valueJunegunn Choi
2020-07-26Fix failure of w:fzf_pushd unlet depending on timing (#2119)yuki yano
2020-07-15[vim] Preserve current directory in case someone changes it (#2096)Yanlin Sun
2020-06-29[vim] Disable height calculation when 'preview' is found in the option stringJunegunn Choi
2020-06-21[nvim] Fix floating window requirements (#2089)Jan Edmund Lazo
2020-06-20[vim] Make fzf#wrap support v:true and v:false as wellJunegunn Choi
2020-05-17[vim] Don't set wfw, wfh, bh options when opening popup (#2042)lacygoill
2020-05-15[vim] Don't start extra process when opening popup (#2000)ichizok
2020-04-05[vim] Add 'tmux' layout option to use fzf-tmuxJunegunn Choi
2020-03-30[vim] Fix issue with multiple popups (#1927)lacygoill
2020-03-03[vim] Fix height calculationJunegunn Choi
2020-03-01[vim] Throw error when popup support is unavailableJunegunn Choi
2020-02-16[vim] Pick up fzf-tmux on $PATH when bin/fzf-tmux is not foundJunegunn Choi
2020-02-14[vim] Remove unnecessary statementJunegunn Choi
2020-02-14[vim] Add fzf#install() for downloading fzf binaryJunegunn Choi