commit | d0bce504ec52def729fffa35c8896979af348d32 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 26 20:25:35 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 26 20:25:35 2021 +0100 |
tree | e60bc2cd373c13945cb7eee04f597b70a7c22922 | |
parent | 0e62a6742bca186624e97e2121c98ada30e009a0 [diff] |
patch 8.2.2551: MS-Windows: colors test file is not installed Problem: MS-Windows: colors test file is not installed. Solution: Also copy runtime/colors/tools. (Ken Takata, closes #7902)
diff --git a/src/version.c b/src/version.c index 0ab83f7..07c793d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2551, +/**/ 2550, /**/ 2549,