comparison src/version.c @ 27261:a63505f33894 v8.2.4159

patch 8.2.4159: MS-Windows: _WndProc() is very long Commit: https://github.com/vim/vim/commit/92000e2e713a68f80a25472cfa74058366c58c9c Author: K.Takata <kentkt@csc.jp> Date: Thu Jan 20 15:10:57 2022 +0000 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 https://github.com/vim/vim/issues/9573)
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Jan 2022 16:15:05 +0100
parents 59cdcd1e47b8
children 93d4ee1e6113
comparison
equal deleted inserted replaced
27260:450f249d37b7 27261:a63505f33894
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4159,
753 /**/ 755 /**/
754 4158, 756 4158,
755 /**/ 757 /**/
756 4157, 758 4157,
757 /**/ 759 /**/