diff src/version.c @ 2136:431ebc9412a8 v7.2.418

updated for version 7.2.418 Problem: Vim tries to set the background or foreground color in a terminal to -1. (Graywh) Happens with ":hi Normal ctermbg=NONE". Solution: When resetting the foreground or background color don't set the color, let the clear screen code do that.
author Bram Moolenaar <bram@zimbu.org>
date Thu, 13 May 2010 15:40:30 +0200
parents 7aee5e68548a
children dabcabce3f9d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -682,6 +682,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    418,
+/**/
     417,
 /**/
     416,