commit | bce4f62d3043f04fe29f3fef2b927b2268b15255 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 21:37:43 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 21:37:43 2017 +0200 |
tree | 65f4e387a63ce41b82403d0ed41c47c64575bcf0 | |
parent | 2bb7b6b0e477612cc098cba27cc63ec3d19a2527 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index ccf857c..36075d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 937, +/**/ 936, /**/ 935,