diff src/version.c @ 27513:776993be8ba8 v8.2.4284

patch 8.2.4284: old mac resources files are no longer used Commit: https://github.com/vim/vim/commit/ab8f7c50cf7d5c0c72dfa5067e5b1f57585db4d8 Author: ichizok <gclient.gaap@gmail.com> Date: Wed Feb 2 15:19:38 2022 +0000 patch 8.2.4284: old mac resources files are no longer used Problem: Old mac resources files are no longer used. Solution: Delete the unused files. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/9688)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Feb 2022 16:30:03 +0100
parents 9986f96fb1bd
children 1aff400b819e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4284,
+/**/
     4283,
 /**/
     4282,