comparison 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
comparison
equal deleted inserted replaced
18984:6642c88759de 18985:a4e56c569f11
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 53,
745 /**/ 747 /**/
746 52, 748 52,
747 /**/ 749 /**/
748 51, 750 51,
749 /**/ 751 /**/