commit | 3633cf5201e914cc802fd2f813fa87bc959ffaec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 31 22:29:35 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 31 22:29:35 2017 +0200 |
tree | 6fbded0f374d7a61fc9107002b90af10e8f27a08 | |
parent | 392d1bfa5e14b9534af322003723ebd57cedcc64 [diff] [blame] |
patch 8.0.0825: not easy to see that a window is a terminal window Problem: Not easy to see that a window is a terminal window. Solution: Add StatusLineTerm highlighting.
diff --git a/src/version.c b/src/version.c index 5a3c164..b2dfaa3 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 825, +/**/ 824, /**/ 823,