comparison 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
comparison
equal deleted inserted replaced
27477:f927c9141112 27478:ce352871b382
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 4267,
753 /**/ 755 /**/
754 4266, 756 4266,
755 /**/ 757 /**/
756 4265, 758 4265,
757 /**/ 759 /**/