From: Bram Moolenaar Date: Sat, 7 Oct 2017 18:10:29 +0000 (+0200) Subject: patch 8.0.1180: MS-Windows testclean target deletes the color script X-Git-Tag: v8.0.1180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75f69e5a183e00cb5aa05d43c1ecf3b7dead7a98;p=vim patch 8.0.1180: MS-Windows testclean target deletes the color script Problem: MS-Windows testclean target deletes the color script. Solution: Rename the script file. --- diff --git a/src/testdir/xterm_ramp.vim b/src/testdir/color_ramp.vim similarity index 100% rename from src/testdir/xterm_ramp.vim rename to 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 @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1180, /**/ 1179, /**/