From: Bram Moolenaar Date: Sun, 29 Dec 2019 12:43:54 +0000 (+0100) Subject: patch 8.2.0053: windowsversion() does not always return the right value X-Git-Tag: v8.2.0053 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e20e68b40d9572393bb3577d6a0b52e960950b57;p=thirdparty%2Fvim.git 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 index 8bd831b8ae..e5c250ff2d 100644 --- 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 index 9d8c3a0579..0eaafd1f1c 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 53, /**/ 52, /**/