comparison src/version.c @ 27229:6837d2c14dee v8.2.4143

patch 8.2.4143: MS-Windows: IME support for Win9x is obsolete Commit: https://github.com/vim/vim/commit/b0b2b73dca40c26ff1f4befe5c3aad3fd4bccfad Author: K.Takata <kentkt@csc.jp> Date: Wed Jan 19 12:59:21 2022 +0000 patch 8.2.4143: MS-Windows: IME support for Win9x is obsolete Problem: MS-Windows: IME support for Win9x is obsolete. Solution: Remove the Win9x code. (Ken Takata, closes https://github.com/vim/vim/issues/9559)
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Jan 2022 14:00:04 +0100
parents 6ce83b3745c0
children e1cedf009920
comparison
equal deleted inserted replaced
27228:50d7f7e0cbd2 27229:6837d2c14dee
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 4143,
753 /**/ 755 /**/
754 4142, 756 4142,
755 /**/ 757 /**/
756 4141, 758 4141,
757 /**/ 759 /**/