]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(netrw): correct wrong version check
authorChristian Brabandt <cb@256bit.org>
Thu, 30 Jan 2025 09:58:07 +0000 (10:58 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 30 Jan 2025 10:00:35 +0000 (11:00 +0100)
commit6d6ec2ee054b93ea7705a584607956d06dadfe35
treedbaab87a7af8058dd52db68eea25cbbbef998b44
parentedd4ac3e895ce16034c7e098f1d68e0155d97886
runtime(netrw): correct wrong version check

The version check introduced with commit edd4ac3e8 has a logic error.
Also it should only trigger when trying to use the netrw plugin and not
always.

fixes: #16541

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/pack/dist/opt/netrw/autoload/netrw.vim
runtime/plugin/netrwPlugin.vim