fzf.vim icon indicating copy to clipboard operation
fzf.vim copied to clipboard

Try to fix nvim windows wsl bash preview problem

Open NoahELE opened this issue 2 years ago • 3 comments

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

NoahELE avatar Feb 03 '22 01:02 NoahELE

Related: #429 and #557

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

junegunn avatar Feb 03 '22 04:02 junegunn

Confirming this fix works on nvim in Windows.

codito avatar Feb 26 '22 08:02 codito

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.

harrisonmg avatar Aug 11 '22 04:08 harrisonmg