mirror of
https://github.com/neovim/neovim.git
synced 2025-12-13 01:52:55 +00:00
Extend the capabilities of is_os to detect more platforms such as
freebsd and openbsd. Also remove `iswin()` helper function as it can be
replaced by `is_os("win")`.