Skip to content
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

Try to fix nvim windows wsl bash preview problem #1366

Closed
wants to merge 2 commits into from

Conversation

NoahELE
Copy link

@NoahELE NoahELE commented Feb 3, 2022

Sorry if this bothers you, because I actually know very little about viml. But this fix solves my problem.

@junegunn
Copy link
Owner

junegunn commented Feb 3, 2022

Related: #429 and #557

@janlazo Can we drop the nvim branch as suggested here?

@codito
Copy link

codito commented Feb 26, 2022

Confirming this fix works on nvim in Windows.

@harrisonmg
Copy link

I have the same issue, and this fix works for me.

Running nvim in PowerShell with WSL bash installed.

PS C:\Users\Harrison> cmd.exe /s /c 'for %A in ("C:\Users\Harrison\.local\share\nvim\plugged\fzf.vim/bin/preview.sh") do @echo %~sA'
C:\Users\Harrison\LOCAL~1\share\nvim\plugged\fzf.vim\bin\preview.sh

It looks like the 8.3 name doesn't like the leading . in .local.

@NoahELE NoahELE closed this May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants