-
-
Notifications
You must be signed in to change notification settings - Fork 590
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
:Files and :FZF not working #677
Comments
Need more detail on your environment (output of |
I'm using Windows 7 vim --version output: What do you mean with minimal vimrc? |
How did you install fzf? chocolatey? Is fzf in Did you set For minimal vimrc is the minimal config necessary to reproduce the problem. You can pass a custom vimrc to either vim or gvim from the command line with |
I installed fzf with
I have the following in my vimrc
|
I expect the full output of
|
Sorry. I thought this was what you are interested in. Hete it is complete: (it is a German OS :) )
|
Is the |
It is running |
In junegunn/fzf@7f0caf0#diff-4425af3239f24c731114661daef5a811R62, fzf uses cmd.exe builtins for searching files so the command should work with the default |
Yes it works fine in the normal cmd line. Why doesn't it work in ConEmu? |
@SalahuddinAsh Can you try with just ConEmu, not Cmder? Pick a task to run cmd.exe and run the same command. |
When I did that, it worked :) |
cmderdev/cmder@56613b9 has Question is why Cmder does this when sh or bash set |
Commenting the line that sets |
Instead of changing |
|
@SalahuddinAsh How does |
@janlazo I'm sorry but I don't know much about these details. |
@SalahuddinAsh When using the |
@janlazo sorry for the late reply |
@SalahuddinAsh I assume that ConEmu may modify |
I decided to move to nvim-qt and there :Files is working fine. @janlazo Thanks for your concern |
this is also an issue when trying to use neovim and fzf with alacritty on windows |
Spent several hours trying to get this to work without losing the nice formatting associated with |
:Files
and:FZF
doesn't work. It just displays0/0
. Althought, all the rest of the commands work fine.The text was updated successfully, but these errors were encountered: