commit | 70229f951f00cdcff790f2e70b0b0a601202e9e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 16:01:53 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 16:01:53 2017 +0200 |
tree | d2565e8cbb1f5cbb2ae7965552b5cdcc005439cd | |
parent | 1e8340bbbfb26d170a3f8b135dcb874e90a74e0b [diff] [blame] |
patch 8.0.0802: last line of terminal window has no color Problem: After a job exits the last line in the terminal window does not get color attributes. Solution: Fix off-by-one error.
diff --git a/src/version.c b/src/version.c index 4c2a48a..44ae124 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 802, +/**/ 801, /**/ 800,