commit | 4e63f9425e6623aec4cd016af6def0b354b935f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 22:46:47 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 22:46:47 2019 +0200 |
tree | 20b3ccbbf9e0a326770b164610402c2945a8cb5d | |
parent | b4f0628fc5892e1bb9f0f780af782ff47ef277ed [diff] |
patch 8.1.1674: script to check a colorscheme can be improved Problem: Script to check a colorscheme can be improved. Solution: Match the whole group name. Don't warn for what is usually omitted.
diff --git a/src/version.c b/src/version.c index 07c0d7a..04a2e68 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1674, +/**/ 1673, /**/ 1672,