canola.nvim/lua
Barrett Ruth 0af52a0f6d
fix(ftp): percent-encode path in curl FTP URLs
Problem: filenames containing spaces (or other URL-unsafe characters)
caused curl to fail with "Unknown error" because the raw path was
concatenated directly into the FTP URL.

Solution: add `url_encode_path` to encode non-safe characters (excluding
`/`) before building the curl URL in `curl_ftp_url`.
2026-03-17 23:43:38 -04:00
..
oil fix(ftp): percent-encode path in curl FTP URLs 2026-03-17 23:43:38 -04:00
resession/extensions refactor: revert canola namespace to oil and remove vim.g config (#120) 2026-03-10 22:49:56 -04:00