diff src/version.c @ 18985:a4e56c569f11 v8.2.0053

patch 8.2.0053: windowsversion() does not always return the right value Commit: https://github.com/vim/vim/commit/e20e68b40d9572393bb3577d6a0b52e960950b57 Author: Bram Moolenaar <Bram@vim.org> 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)
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Dec 2019 13:45:04 +0100
parents 54baf548bff9
children e378907d79bf
line wrap: on
line diff
--- 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,