commit | 200d0e36bc5384beb9dc76ac75806ac0aecf84ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 16 18:53:35 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 16 18:53:35 2017 +0100 |
tree | 21624c779dbdb24e1da04dca3c8df219db8479ba | |
parent | 7e1652c63c96585b9e2235c195a3c322b1f11595 [diff] |
patch 8.0.1395: it is not easy to see if a colorscheme is well written Problem: It is not easy to see if a colorscheme is well written. Solution: Add a script that checks for common mistakes. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 57c286d..0b17338 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1395, +/**/ 1394, /**/ 1393,