yatli / fvim

Cross platform Neovim front-end UI, built with F# + Avalonia
MIT License
1.34k stars 30 forks source link

Fix for bad Windows shell integration #231

Closed WillEhrendreich closed 1 year ago

WillEhrendreich commented 2 years ago

the setup process doesn't integrate with the shell properly.

trying to open with the context menu gives this error dialog image

i found the problem, after a bit.

the registry value it gives ends up having a slash before the filepath to fvim so it would be something like "\C:\Fvim\Fvim.exe" "%1" instead of "C:\Fvim\Fvim.exe" "%1"

changing to the second version in my registry editor does actually fix the problem.

yatli commented 1 year ago

Oww how did I miss this PR. Thanks for your contribution!