diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    5090,
+/**/
     5089,
 /**/
     5088,