summaryrefslogtreecommitdiffstats
path: root/plugin
AgeCommit message (Expand)Author
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
2020-02-14[vim] More border stylesJunegunn Choi
2020-02-13[vim] Do not pipe FZF_DEFAULT_COMMANDJunegunn Choi
2020-02-12[vim] Use install.ps1 to download binary on WindowsJunegunn Choi
2020-02-10[vim] Consider ambiwidth for border (#1861)Kyoichiro Yamada
2020-02-06[vim] Border style for popup window (rounded | sharp | horizontal)Junegunn Choi
2020-02-06[vim] Add support for xoffset and yoffset options for popupJunegunn Choi
2020-02-05[vim] Set &bufhidden=hide before starting terminal bufferJunegunn Choi
2020-02-04[vim] Popup window support for both Vim and NeovimJunegunn Choi
2020-01-07[vim] Use iconv only if +iconv is enabled (#1813)Jan Edmund Lazo
2019-12-16[vim] Encode list source to codepage (#1794)Jan Edmund Lazo
2019-12-15[vim] Use cterm colors on Windows (#1793)Jan Edmund Lazo
2019-12-15Add MSYS2 support as a vim plugin (#1677)msr1k
2019-12-12[windows/vim] Encode batchfile in current codepageJunegunn Choi
2019-11-12[nvim] Handle SIGHUP in exit handler (#1749)Marco Hinz
2019-11-02[vim/windows] Use chcp only if sed is in PATHJunegunn Choi
2019-10-08[vim/windows] Fix chcp parsing for the current codepageJunegunn Choi