canola.nvim/lua/oil/adapters/ssh
Kevin Oberlies 8bb35eb81a
fix(ssh): escape all file paths for the ssh adapter (#353)
* Escape all paths for ssh file changes using `vim.fn.shellescape()`

* Change away from `vim.fn.shellescape` to custom implementation

Really, only escape `'` with `'\\''` so that it will:
- exit the single quote mode
- escape out a single quote character
- and get back into the single quote mode

Also format long line so linter doesn't complain

* Adding doc comments to the shellescape function

* Adding actual words to the doc comment
2024-04-17 16:19:10 -04:00
..
connection.lua feat: add border config for SSH and keymaps help window (#299) 2024-02-19 20:00:49 -08:00
sshfs.lua fix(ssh): escape all file paths for the ssh adapter (#353) 2024-04-17 16:19:10 -04:00