comparison src/version.c @ 28769:78fc778de076 v8.2.4909

patch 8.2.4909: MODE_ enum entries names are too generic Commit: https://github.com/vim/vim/commit/ac4174e166dd76c72907caa76db0e7cd878ac667 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 7 16:38:24 2022 +0100 patch 8.2.4909: MODE_ enum entries names are too generic Problem: MODE_ enum entries names are too generic. Solution: use CH_MODE_.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 May 2022 17:45:02 +0200
parents 7bbd859b2a48
children cf9f5b5c8079
comparison
equal deleted inserted replaced
28768:c8ffba1b1c9c 28769:78fc778de076
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4909,
749 /**/ 751 /**/
750 4908, 752 4908,
751 /**/ 753 /**/
752 4907, 754 4907,
753 /**/ 755 /**/