-
Notifications
You must be signed in to change notification settings - Fork 3
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
Windows fd issue #5
Comments
Hi, As far as I know the which command is only available on GNU/linux os so I can understand why it doesn't work on Windows. I don't have any windows laptop available to try but I'll accept any patch for this issue if you can fix it. |
You are right, but if you setup scoop you can install packages which add
|
Yes this is the correct syntax. You can find a very helpful cheatsheet for vimscript here https://devhints.io/vimscript |
Hi!
I like the plugin very much, but when using it under Windows, I got error because fd is not registered correctly.
system('which.fd')[0] returns
C
The text was updated successfully, but these errors were encountered: