canola.nvim/lua/oil
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
..
adapters fix(ssh): escape all file paths for the ssh adapter (#353) 2024-04-17 16:19:10 -04:00
lsp feat: add ability to alter lsp file operation timeout (#317) 2024-03-02 09:02:42 -08:00
mutator feat: add user autocmds before and after performing actions (#310) 2024-03-17 19:50:31 -07:00
actions.lua fix: actions.open_external uses explorer.exe in WSL (#273) 2024-02-20 17:30:56 -08:00
cache.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
columns.lua feat: use natural sort order by default (#328) 2024-03-12 19:21:54 -07:00
config.lua feat: use natural sort order by default (#328) 2024-03-12 19:21:54 -07:00
constants.lua refactor: small perf win by eliminating string object keys 2023-06-25 22:44:44 -07:00
fs.lua feat(trash): support for deleting to windows recycle bin (#243) 2024-01-02 22:05:01 -08:00
init.lua fix: correctly reset bufhidden for formerly previewed buffers (#291) 2024-03-12 20:41:23 -07:00
keymap_util.lua feat: add border config for SSH and keymaps help window (#299) 2024-02-19 20:00:49 -08:00
layout.lua refactor: clean up duplicate helper method 2023-03-29 18:42:48 -07:00
loading.lua fix: type annotations and type errors 2023-08-12 20:32:52 -07:00
pathutil.lua fix: can view drives on Windows 2023-11-05 07:27:28 -08:00
ringbuf.lua fix: spurious exits from faulty :wq detection (#221) 2024-03-12 15:57:57 -07:00
shell.lua feat: builtin support for editing files over ssh (#27) 2023-01-18 10:25:22 -08:00
util.lua feat: do not close preview when switching dirs (#277) 2024-01-21 20:32:02 -08:00
view.lua feat: use natural sort order by default (#328) 2024-03-12 19:21:54 -07:00