summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-12 22:46:47 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-12 22:46:47 +0200
commit4e63f9425e6623aec4cd016af6def0b354b935f1 (patch)
tree20b3ccbbf9e0a326770b164610402c2945a8cb5d /src
parentb4f0628fc5892e1bb9f0f780af782ff47ef277ed (diff)
patch 8.1.1674: script to check a colorscheme can be improvedv8.1.1674
Problem: Script to check a colorscheme can be improved. Solution: Match the whole group name. Don't warn for what is usually omitted.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 07c0d7ae9b..04a2e6826d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1674,
+/**/
1673,
/**/
1672,