]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(misc): Add support for lz4 to tar & gzip plugin
authorCorpulent Robin <177767857+corpulentrobin@users.noreply.github.com>
Thu, 6 Feb 2025 20:10:49 +0000 (21:10 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 6 Feb 2025 20:10:49 +0000 (21:10 +0100)
commitb69cd52447584cedadc1513aa3acd5b4cd9f4340
tree9f2044100599070f054fd81dd4cfdf9e7cc7f282
parentcde8ff63e2b90ee304bc2e86d9d5e7e20068c79b
runtime(misc): Add support for lz4 to tar & gzip plugin

while at it, clean up the tar plugin a bit and sort the patterns for the
tar and gzip plugin

References:
- https://github.com/lz4/lz4
- https://lz4.org/

closes: #16591

Signed-off-by: Christian Brabandt <cb@256bit.org>
Signed-off-by: Corpulent Robin <177767857+corpulentrobin@users.noreply.github.com>
runtime/autoload/tar.vim
runtime/doc/pi_gzip.txt
runtime/plugin/gzip.vim
runtime/plugin/tarPlugin.vim