mirror of
https://github.com/vim/vim.git
synced 2026-02-05 11:34:36 +01: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>