diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-10-16 18:11:31 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-10-16 18:11:31 +0200 |
commit | 17efc7fa05daea1e916a25620c71a5626b7f298d (patch) | |
tree | ec8bc53d60f8112a8132791c67dbf47b235e4ba8 /src/version.c | |
parent | 8f7b29f033305fafc237c8e56e4b04172fd62e32 (diff) | |
download | vim-git-8.1.2158.tar.gz |
patch 8.1.2158: terminal attributes missing in Terminal-normal modev8.1.2158
Problem: Terminal attributes missing in Terminal-normal mode.
Solution: Use "syntax_attr".
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f8602f7a6..2042cb0f4 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2158, +/**/ 2157, /**/ 2156, |