stevearc / oil.nvim

Neovim file explorer: edit your filesystem like a buffer
MIT License
3.84k stars 110 forks source link

Escape all paths for ssh file changes using `vim.fn.shellescape()` #353

Closed favilo closed 5 months ago

favilo commented 5 months ago

This should fix #352.

At least it works on my own machines.

favilo commented 5 months ago

Done. I've also fixed the linting error while I was at it

stevearc commented 5 months ago

Awesome, thanks for the fix!