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 b021a25..21e9e00 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1180,
+/**/
1179,
/**/
1178,