commit | 92000e2e713a68f80a25472cfa74058366c58c9c | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Thu Jan 20 15:10:57 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 15:10:57 2022 +0000 |
tree | 40b020435d429425e47009a215e49efed5b248ef | |
parent | 14b8d6ac6b50f2f4f3e7463e4c335f51a512ad30 [diff] [blame] |
patch 8.2.4159: MS-Windows: _WndProc() is very long Problem: MS-Windows: _WndProc() is very long. Solution: Move code to separate functions. (Ken Takata, closes #9573)
diff --git a/src/version.c b/src/version.c index bde5d76..7736d4e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4159, +/**/ 4158, /**/ 4157,