]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.2.418 v7.2.418
authorBram Moolenaar <Bram@vim.org>
Thu, 13 May 2010 13:40:30 +0000 (15:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 May 2010 13:40:30 +0000 (15:40 +0200)
commitccbab93b42973b236b6c83513b347adbd4215245
tree10f31a961452568678863b40f298ff5f185ba080
parentae61bcf0abf46aa5152acaa162cfbaa9fc6001d0
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.
src/syntax.c
src/version.c