mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00

The Python provider was special (via [1]), and would continue to do
checks with `0` being set explicitly even.
This was fixed in #11044 (45447e3b6
), ref: #11040.
This extends it to use the same method with all providers.
1: https://github.com/neovim/neovim/pull/8047