# HG changeset patch # User Bram Moolenaar # Date 1577623504 -3600 # Node ID a4e56c569f1159cd2525a95b70f80c9890a63e96 # Parent 6642c88759dec75a151271c55a47d6ff139e796a patch 8.2.0053: windowsversion() does not always return the right value Commit: https://github.com/vim/vim/commit/e20e68b40d9572393bb3577d6a0b52e960950b57 Author: Bram Moolenaar Date: Sun Dec 29 13:43:54 2019 +0100 patch 8.2.0053: windowsversion() does not always return the right value Problem: windowsversion() does not always return the right value. Solution: Add a compatibility section in the manifest. (Ken Takata, closes #5407) diff --git a/src/gvim.exe.mnf b/src/gvim.exe.mnf --- a/src/gvim.exe.mnf +++ b/src/gvim.exe.mnf @@ -35,4 +35,18 @@ true + + + + + + + + + + + + + + diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -743,6 +743,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 53, +/**/ 52, /**/ 51,