-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Can't use :FZF --expect=!
from neovim on windows
#3620
Comments
:FZF --expect='!'
from neovim on windows:FZF --expect=!
from neovim on windows
Seems like an escaping issue. Does |
Yes, it works in PowerShell, but not inside neovim. |
Can you check if |
No, that doesn't work. This was my original use case since I have a wrapper around |
I don't have a Windows PC to test it now. Does #3189 help in your case? |
Unfortunately that patch does not fix the issue. Same error. I tried a few variants with different kinds of escaping e.g. |
835d2fb should fix the problem. Let me know if it doesn't work for you. |
Thanks, this is indeed fixed for me on fzf 0.51.0 (PowerShell 7.4.2). |
man fzf
)Info
Problem / Steps to reproduce
winget install --id junegunn.fzf
nvim -u NORC
:FZF --expect=!
On Linux, this works as expected (when
!
is pressed,:FZF
exits and opens the selected entry). On windows, using the above setup, fzf exits with an error:This must come from
fzf#run
, the low-level interface used for the:FZF
command.The text was updated successfully, but these errors were encountered: