-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
last good fzf for fzf.vim on Windows 10 #3790
Comments
Please test if the new 0.52.1 improves the situation. |
|
I've discovered that it's some kind of conflict with vim-airline! I really should've done more tests before bothering you. In a stripped down minimal |
Checklist
man fzf
)Output of
fzf --version
0.52.0 (bcda25a)
OS
Shell
Problem / Steps to reproduce
fzf.exe v0.52.0
PS> winget add junegunn.fzf
makes possiblePS> ~\AppData\Local\Microsoft\WinGet\Links\fzf.exe --version
, and PSFzf works beautifully, thanks.fzf.exe v0.46.1
$Env:LOCALAPPDATA\Microsoft\WindowsApps\fzf.exe
, gets everything working perfectly.fzf
repository locationfzf
clone intoruntimepath
has never worked for me.plugin\fzf
, works perfectly.fzf.vim
functions that access Vim info work fine.fzf.vim
functions that access the shell briefly flash an empty window and nothing more.fzf
commit for whichfzf.vim
functions perfectly for me onWindows 10
.Background: I've been happily using
fzf
withfzf.vim
on myArch linux
andWindows 10
boxes for years, with many thanks to the developers.The text was updated successfully, but these errors were encountered: