mirror of
https://github.com/neovim/neovim.git
synced 2026-09-25 14:58:32 +00: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: vim/vim#16541 https://github.com/vim/vim/commit/6d6ec2ee054b93ea7705a584607956d06dadfe35 Co-authored-by: Christian Brabandt <cb@256bit.org>