commit | 17efc7fa05daea1e916a25620c71a5626b7f298d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 18:11:31 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 18:11:31 2019 +0200 |
tree | ec8bc53d60f8112a8132791c67dbf47b235e4ba8 | |
parent | 8f7b29f033305fafc237c8e56e4b04172fd62e32 [diff] [blame] |
patch 8.1.2158: terminal attributes missing in Terminal-normal mode Problem: Terminal attributes missing in Terminal-normal mode. Solution: Use "syntax_attr".
diff --git a/src/version.c b/src/version.c index f8602f7..2042cb0 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2158, +/**/ 2157, /**/ 2156,