diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-10-07 20:10:29 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-10-07 20:10:29 +0200 |
commit | 75f69e5a183e00cb5aa05d43c1ecf3b7dead7a98 (patch) | |
tree | 961701ad373d172d5262a6f4f55a01724e966954 /src | |
parent | 631820536e4084e01bf990f9314ec385b60b21d7 (diff) | |
download | vim-git-75f69e5a183e00cb5aa05d43c1ecf3b7dead7a98.tar.gz |
patch 8.0.1180: MS-Windows testclean target deletes the color scriptv8.0.1180
Problem: MS-Windows testclean target deletes the color script.
Solution: Rename the script file.
Diffstat (limited to 'src')
-rw-r--r-- | src/testdir/color_ramp.vim (renamed from src/testdir/xterm_ramp.vim) | 0 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/xterm_ramp.vim b/src/testdir/color_ramp.vim index 3c8388262..3c8388262 100644 --- a/src/testdir/xterm_ramp.vim +++ b/src/testdir/color_ramp.vim diff --git a/src/version.c b/src/version.c index b021a2587..21e9e00b4 100644 --- a/src/version.c +++ b/src/version.c @@ -762,6 +762,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1180, +/**/ 1179, /**/ 1178, |