aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/nvim.manifest
Commit message (Collapse)AuthorAge
* fix: add manifest file to correctly determine Windows version (#21953)dundargoc2023-01-23
In Windows 8.1 and later, GetVersionEx does not automatically give the correct information if a manifest file doesn't explicitly mention we support that version. This will enable further detection for Windows 8.1 and Windows 10/11 when using windowsversion(), with an easy way to add future versions. A list of all operating system versions can be found here: https://learn.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version