commit | 05fbfdcda48a564e7a778c67251f732481f3ceaa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 14 22:35:08 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 14 22:35:08 2017 +0200 |
tree | dc2c4db8cb146751a21f56b2f6bde66f3a7b1c9c | |
parent | c08706135d006453784f85d211c76e27b4f2a6d0 [diff] [blame] |
patch 8.0.0941: existing color schemes don't like StatusLineTerm Problem: Existing color schemes don't work well with StatusLineTerm. Solution: Don't use "reverse", use fg and bg colors. Also add StatusLineTermNC.
diff --git a/src/version.c b/src/version.c index f399dc7..d4617b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 941, +/**/ 940, /**/ 939,