commit | 945c857844b74866f90be20714aefc3149d2a991 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 22:17:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 22:17:03 2020 +0200 |
tree | 7b0d8d1bf36e27fe5cdfdfb0b1082a66f8f93e42 | |
parent | 68d130c618f363821761f231c4122a0b9b764b71 [diff] [blame] |
patch 8.2.1231: MS-Windows: GUI code can be cleaned up Problem: MS-Windows: GUI code can be cleaned up. Solution: Do a bit of cleaning up. (Ken Takata, closes #6465)
diff --git a/src/version.c b/src/version.c index 7ee4294..68c1e82 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1231, +/**/ 1230, /**/ 1229,