[7.2.418] Vim tries to set the background or foreground color in a terminal
commit0b9b19ac0b7cedb6f996dd6191cff1e94161d433
authorBram Moolenaar <Bram@moolenaar.net>
Thu, 13 May 2010 14:29:59 +0000 (13 14:29 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Thu, 13 May 2010 14:29:59 +0000 (13 14:29 +0000)
treef01a941ec39eb5a5d1eedbbc75daa8c5d0235af2
parent38c8b183718a6247e85598b68c0be3711405d4e7
[7.2.418] Vim tries to set the background or foreground color in a terminal

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.

Patch 7.2.418
src/syntax.c
src/version.c