commit | e20e68b40d9572393bb3577d6a0b52e960950b57 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 29 13:43:54 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 29 13:43:54 2019 +0100 |
tree | 502a017f7422252913217b0b070fb43f78a7941b | |
parent | c6d539b67181ad573452e919e58ecbfa362f4c49 [diff] [blame] |
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/version.c b/src/version.c index 9d8c3a0..0eaafd1 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 53, +/**/ 52, /**/ 51,