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/drawline.c b/src/drawline.c index 15761bf..d702e9e 100644 --- a/src/drawline.c +++ b/src/drawline.c
@@ -1517,7 +1517,7 @@ else #endif #ifdef FEAT_SYN_HL - if (has_syntax) + if (has_syntax || get_term_attr) char_attr = syntax_attr; else #endif