Closed
Description
Checklist
- I have read through the manual page (
man fzf
) - I have searched through the existing issues
- For bug reports, I have checked if the bug is reproducible in the latest version of fzf
Output of fzf --version
0.52.0 (bcda25a)
OS
- Linux
- macOS
- Windows
- Etc.
Shell
- bash
- zsh
- fish
Problem / Steps to reproduce
fzf.exe v0.52.0
fzf.exe v0.46.1
- Good: this,
$Env:LOCALAPPDATA\Microsoft\WindowsApps\fzf.exe
, gets everything working perfectly.
- Good: this,
fzf
repository location- Bad: the advice in the fzf/README-VIM.md to add the location of my
fzf
clone intoruntimepath
has never worked for me. - Good: this,
plugin\fzf
, works perfectly.
- Bad: the advice in the fzf/README-VIM.md to add the location of my
- fzf 4e9e842 (current commit)
- Good:
fzf.vim
functions that access Vim info work fine. - Bad:
fzf.vim
functions that access the shell briefly flash an empty window and nothing more.
- Good:
- fzf 24ff66d (last week)
- Good: this is the last
fzf
commit for whichfzf.vim
functions perfectly for me onWindows 10
.
- Good: this is the last
Background: I've been happily using fzf
with fzf.vim
on my Arch linux
and Windows 10
boxes for years, with many thanks to the developers.