commit | 29e7fe55becd96ba812297de06cec06ea7e79892 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 16 22:13:00 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 16 22:13:00 2018 +0200 |
tree | 598245dbcc33ea0d28e5f7fa3a855be70b223d7c | |
parent | b361db077ffb9669147d3ff1cc0191154f7289e4 [diff] [blame] |
patch 8.1.0481: when "Terminal" highlight is reverted cursor doesn't show Problem: When "Terminal" highlight is reverted cursor doesn't show. Solution: Get the colors of the "Terminal" group. (closes #3546)
diff --git a/src/version.c b/src/version.c index 1eab778..dada7a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 481, +/**/ 480, /**/ 479,