summaryrefslogtreecommitdiff
path: root/plugin/fzf.vim
AgeCommit message (Expand)Author
2025-07-19[neovim] Fix margin background color when &winborder is usedJunegunn Choi
2025-07-02Update copyright yearJunegunn Choi
2025-05-14[neovim] Respect winborder of Neovim 0.11+ (#4389) jiz4oh
2025-03-17[vim] Use 24-bit colors on gvim even when &termguicolors is offJunegunn Choi
2025-01-24Option to prioritize file name matches (#4192)Junegunn Choi
2024-08-28[vim] Ignore argument to fzf#exec if it's lower than minimum requirementJunegunn Choi
2024-08-28[vim] Require fzf 0.53.0 or above (with --tmux)Junegunn Choi
2024-08-23[vim] Fix callback not run on exit code 1Junegunn Choi
2024-08-19[vim] Add 'exit' callbackJunegunn Choi
2024-05-28Merge branch 'master' into develJunegunn Choi
2024-05-28[vim] Do not prepend CWD to path starting with a backslash on Windows (#3820)Konstantin-Glukhov
2024-05-28[vim] Native --tmux fix for NeovimJunegunn Choi
2024-05-23[vim] Open cmd.exe window only on mintty < 3.4.5 without winptyJunegunn Choi
2024-05-23[vim] Git Bash Mintty: only use cmd.exe if winpty missing (#3811)Enno
2024-05-23[vim] Replace backslashes with forward slashes on win32unixJunegunn Choi
2024-05-18[vim] Use native --tmux option instead of fzf-tmux when possibleJunegunn Choi
2024-05-18Add --tmux option to replace fzf-tmux scriptJunegunn Choi
2024-05-15Make :FZF work in Vim from Git Bash (#3798)Enno
2024-05-140.52.1Junegunn Choi
2024-05-07[vim] Revert 7411da8d5a37b94b2171920c82c0dafe6f9115b6Junegunn Choi
2024-05-06Do not enable delayed expansion mode when running cmd.exeJunegunn Choi
2024-05-01[vim] Fix argument escaping for Windows batch fileJunegunn Choi
2024-01-010.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.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