commit | 8ee2d36e216756e712a3a9122ce1e1203378a9c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 17 16:11:09 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 17 16:11:09 2017 +0100 |
tree | ac7481e832b8551bdae2e83210d81979ad27032f | |
parent | ee219b0e9faab4b7159ed1725c5b82cea4f4d4f8 [diff] [blame] |
patch 8.0.1400: color scheme check script shows up as color scheme Problem: Color scheme check script shows up as color scheme. Solution: Move it to the "tools" subdirectory. (closes #2457)
diff --git a/src/version.c b/src/version.c index 912e3be..2da64a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1400, +/**/ 1399, /**/ 1398,