Use a binary search on looking for the patch version. by itchyny · Pull Request #7279 · vim/vim

Given the fact that included_patches is sorted, we can perform a binary search on looking for the patch version; has('patch-8.2.100') and has('patch100'). Also improve :version slightly.