commit | 63ecddab6d918214371ccaaeb10c118ae7c39d02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 22:29:35 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 22:29:35 2017 +0200 |
tree | 7c5f8f89a456a607c850e0f83db2d57135b1f0b6 | |
parent | d85f271bf8516dbd90be4d18f905f0abbfcd6db6 [diff] [blame] |
patch 8.0.0798: no highlighting in a terminal window with a finished job Problem: No highlighting in a terminal window with a finished job. Solution: Highlight the text.
diff --git a/src/version.c b/src/version.c index 119de2c..db316da 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 798, +/**/ 797, /**/ 796,