commit | 9d8620b519a84983bc8c24cb6c302f4d6b55a6c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 16 20:24:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 16 20:24:16 2022 +0100 |
tree | 5670b8ea1e371f571f8d1427c9cd181d23c37883 | |
parent | 2a46f81ec7739967265759838afe7972e5f81e5e [diff] [blame] |
patch 9.0.0776: MSVC can't have field name "small" Problem: MSVC can't have field name "small". Solution: Rename small to smallfont.
diff --git a/src/version.c b/src/version.c index 57af232..fc7a8d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 776, +/**/ 775, /**/ 774,