comparison 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
comparison
equal deleted inserted replaced
2135:7aee5e68548a 2136:431ebc9412a8
679 NULL 679 NULL
680 }; 680 };
681 681
682 static int included_patches[] = 682 static int included_patches[] =
683 { /* Add new patch number below this line */ 683 { /* Add new patch number below this line */
684 /**/
685 418,
684 /**/ 686 /**/
685 417, 687 417,
686 /**/ 688 /**/
687 416, 689 416,
688 /**/ 690 /**/