diff src/version.c @ 27478:ce352871b382 v8.2.4267

patch 8.2.4267: unused entry in keymap enum Commit: https://github.com/vim/vim/commit/4c93aff20f228d0dfca11f4793eb2c8895d4984c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 31 11:29:51 2022 +0000 patch 8.2.4267: unused entry in keymap enum Problem: Unused entry in keymap enum. Solution: Remove the entry.
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Jan 2022 12:30:04 +0100
parents 4f1cf9579e4e
children 7f9aa41a567a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4267,
+/**/
     4266,
 /**/
     4265,