]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(netrw): change netrw maintainer
authorLuca Saccarola <github.e41mv@aleeas.com>
Fri, 17 Jan 2025 12:03:53 +0000 (13:03 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 17 Jan 2025 12:03:53 +0000 (13:03 +0100)
commit9cfdabb074feefc9848e9f7a4538f201e28c7f06
treec33dd836d5d98c1028ce45dbf0b0ddddee7ff578
parent166b1754a9b2046d678f59dedea7a3d693067047
runtime(netrw): change netrw maintainer

Dr. Chip retired some time ago and is no longer maintaining the netrw
plugin. However as a runtime plugin distributed by Vim, it important to
maintain the netrw plugin in the future and fix bugs as they are
reported.

So, split out the netrw plugin as an additional package, however include
some stubs to make sure the plugin is still loaded by default and the
documentation is accessible as well.

closes: #16368

Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
12 files changed:
Filelist
runtime/doc/pi_netrw.txt [changed from file to symlink]
runtime/doc/tags
runtime/pack/dist/opt/netrw/LICENSE.txt [new file with mode: 0644]
runtime/pack/dist/opt/netrw/README.md [new file with mode: 0644]
runtime/pack/dist/opt/netrw/autoload/netrw.vim [moved from runtime/autoload/netrw.vim with 99% similarity]
runtime/pack/dist/opt/netrw/autoload/netrwSettings.vim [moved from runtime/autoload/netrwSettings.vim with 95% similarity]
runtime/pack/dist/opt/netrw/autoload/netrw_gitignore.vim [moved from runtime/autoload/netrw_gitignore.vim with 89% similarity]
runtime/pack/dist/opt/netrw/doc/netrw.txt [new file with mode: 0644]
runtime/pack/dist/opt/netrw/plugin/netrwPlugin.vim [new file with mode: 0644]
runtime/pack/dist/opt/netrw/syntax/netrw.vim [moved from runtime/syntax/netrw.vim with 94% similarity]
runtime/plugin/netrwPlugin.vim