Files
neovim/runtime/plugin
Tom Ampuero 6cb439ac9e fix(net): handle remote archive URLs via tar/zip browse #38744
Problem:
Opening .tar.gz or .zip URLs shows raw binary instead of using the archive plugins.

Solution:
Similar to the original netrw implementation, the autocmd should detect
archive URLs, download them to a temp file and the open them with
tar/zip handlers already bundled as vim plugins.

(cherry picked from commit 6d420feaef)
2026-04-05 20:32:59 +00:00
..
2025-07-23 13:57:27 +02:00