mirror of
https://github.com/vim/vim.git
synced 2026-04-19 10:15:40 +02:00
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>