comparison src/version.c @ 29140:c6c93dd88e98 v8.2.5090

patch 8.2.5090: MS-Windows: vim.def is no longer used Commit: https://github.com/vim/vim/commit/831d6d4c02ca629e7e7a28537fd9048351e5db5c Author: K.Takata <kentkt@csc.jp> Date: Tue Jun 14 13:58:29 2022 +0100 patch 8.2.5090: MS-Windows: vim.def is no longer used Problem: MS-Windows: vim.def is no longer used. Solution: Delete vim.def. (Ken Takata, closes https://github.com/vim/vim/issues/10569)
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jun 2022 15:00:04 +0200
parents 175eacde28b8
children 74974ecddc8a
comparison
equal deleted inserted replaced
29139:28ec71e8068d 29140:c6c93dd88e98
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 5090,
737 /**/ 739 /**/
738 5089, 740 5089,
739 /**/ 741 /**/
740 5088, 742 5088,
741 /**/ 743 /**/