index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugin
Age
Commit message (
Expand
)
Author
2025-07-19
[neovim] Fix margin background color when &winborder is used
Junegunn Choi
2025-07-02
Update copyright year
Junegunn 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 off
Junegunn Choi
2025-01-24
Option to prioritize file name matches (#4192)
Junegunn Choi
2024-08-28
[vim] Ignore argument to fzf#exec if it's lower than minimum requirement
Junegunn 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 1
Junegunn Choi
2024-08-19
[vim] Add 'exit' callback
Junegunn Choi
2024-05-28
Merge branch 'master' into devel
Junegunn 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 Neovim
Junegunn Choi
2024-05-23
[vim] Open cmd.exe window only on mintty < 3.4.5 without winpty
Junegunn 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 win32unix
Junegunn Choi
2024-05-18
[vim] Use native --tmux option instead of fzf-tmux when possible
Junegunn Choi
2024-05-18
Add --tmux option to replace fzf-tmux script
Junegunn Choi
2024-05-15
Make :FZF work in Vim from Git Bash (#3798)
Enno
2024-05-14
0.52.1
Junegunn Choi
2024-05-07
[vim] Revert 7411da8d5a37b94b2171920c82c0dafe6f9115b6
Junegunn Choi
2024-05-06
Do not enable delayed expansion mode when running cmd.exe
Junegunn Choi
2024-05-01
[vim] Fix argument escaping for Windows batch file
Junegunn Choi
2024-01-01
0.45.0
Junegunn Choi
2023-08-26
[vim] Keep jump list unaffected when calling term_start
Junegunn Choi
2023-06-03
[vim] Only prepend --border option in $FZF_DEFAULT_OPTS
Junegunn Choi
2023-05-31
[vim] Respect --border optin in $FZF_DEFAULT_OPTS
Junegunn Choi
2023-04-21
[vim] Add check for powershell 7 users (#3257)
psarlov
2023-01-27
[vim] Simplify --border injection
Junegunn Choi
2023-01-27
[vim] Fix missing --border when --border-label is present
Junegunn Choi
2023-01-17
0.36.0
Junegunn Choi
2023-01-17
[vim] Automatically set RUNEWIDTH_EASTASIAN=1 when &ambiwidth == double
Junegunn Choi
2023-01-16
[vim] Use system-default border style
Junegunn Choi
2022-11-08
[neovim] Use Normal group colors for floating window
Junegunn Choi
2022-11-05
[neovim] Do not use Pmenu group colors for floating window
Junegunn Choi
2022-10-31
[vim] Fix version check on Windows when shellslash is set
Junegunn Choi
2022-10-13
[vim] Remove unnecessary powershell check
Junegunn Choi
2022-10-12
[vim] Fix escaping of fzf binary path containing spaces on Windows
Junegunn 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 path
Junegunn Choi
2022-05-25
[vim] Fix fzf#shellescape when shell=fish (#2828)
Daniel Zhang
2021-12-07
[vim] Handle writefile() failure gracefully
Junegunn Choi
2021-10-10
[vim] Empty out $FZF_DEFAULT_COMMAND before unletting it
Junegunn Choi
2021-09-29
Do not check for --height support on --version
Junegunn 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 terminal
Junegunn Choi
2021-05-19
[vim] Use FZF_DEFAULT_COMMAND instead of STDIN pipe
Junegunn Choi
[next]