]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0937: user highlight groups not adjusted for terminal v8.0.0937
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Aug 2017 19:37:43 +0000 (21:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Aug 2017 19:37:43 +0000 (21:37 +0200)
commitbce4f62d3043f04fe29f3fef2b927b2268b15255
tree65f4e387a63ce41b82403d0ed41c47c64575bcf0
parent2bb7b6b0e477612cc098cba27cc63ec3d19a2527
patch 8.0.0937: user highlight groups not adjusted for terminal

Problem:    User highlight groups are not adjusted for StatusLineTerm.
Solution:   Combine attributes like for StatusLineNC.
src/globals.h
src/screen.c
src/syntax.c
src/version.c