canola.nvim/lua
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
..
oil fix(ssh): escape all file paths for the ssh adapter (#353) 2024-04-17 16:19:10 -04:00
resession/extensions cleanup: don't need empty methods in resession extension 2023-09-17 10:10:42 -07:00