commit | ac4174e166dd76c72907caa76db0e7cd878ac667 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 07 16:38:24 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 07 16:38:24 2022 +0100 |
tree | 8f45dbf6515b163074ab1301f86650696459274d | |
parent | 48a8a833033e10fc1eba96f2fc8dd19c2408eddf [diff] [blame] |
patch 8.2.4909: MODE_ enum entries names are too generic Problem: MODE_ enum entries names are too generic. Solution: use CH_MODE_.
diff --git a/src/version.c b/src/version.c index 1eb14d0..79e89aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4909, +/**/ 4908, /**/ 4907,