summaryrefslogtreecommitdiffstats
path: root/plugin
AgeCommit message (Expand)Author
2024-01-010.45.00.45.0Junegunn Choi
2023-08-26[vim] Keep jump list unaffected when calling term_startJunegunn Choi
2023-06-03[vim] Only prepend --border option in $FZF_DEFAULT_OPTSJunegunn Choi
2023-05-31[vim] Respect --border optin in $FZF_DEFAULT_OPTSJunegunn Choi
2023-04-21[vim] Add check for powershell 7 users (#3257)psarlov
2023-01-27[vim] Simplify --border injectionJunegunn Choi
2023-01-27[vim] Fix missing --border when --border-label is presentJunegunn Choi
2023-01-170.36.00.36.0Junegunn Choi
2023-01-17[vim] Automatically set RUNEWIDTH_EASTASIAN=1 when &ambiwidth == doubleJunegunn Choi
2023-01-16[vim] Use system-default border styleJunegunn Choi
2022-11-08[neovim] Use Normal group colors for floating windowJunegunn Choi
2022-11-05[neovim] Do not use Pmenu group colors for floating windowJunegunn Choi
2022-10-31[vim] Fix version check on Windows when shellslash is setJunegunn Choi
2022-10-13[vim] Remove unnecessary powershell checkJunegunn Choi
2022-10-12[vim] Fix escaping of fzf binary path containing spaces on WindowsJunegunn Choi
2022-10-08[vim] Update fzf#install to handle spaces on Windows (#2993)Kyle L. Davis
2022-07-30[vim] Fix version check on windows/powershell (addendum)Junegunn Choi
2022-07-29[vim] Add option to force 24 bit colors on Windows (#2889)Carl Kamholtz
2022-07-29[vim] Fix version check on windows/powershell (#2894)Carl Kamholtz
2022-07-20[vim] fzf#exec: Shell-escape fzf binary pathJunegunn Choi
2022-05-25[vim] Fix fzf#shellescape when shell=fish (#2828)Daniel Zhang
2021-12-07[vim] Handle writefile() failure gracefullyJunegunn Choi
2021-10-10[vim] Empty out $FZF_DEFAULT_COMMAND before unletting itJunegunn Choi
2021-09-29Do not check for --height support on --versionJunegunn Choi
2021-06-04[vim] Add 'sinklist' as a synonym to 'sink*'Junegunn Choi
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