forked from aniani/vim
patch 8.1.2158: terminal attributes missing in Terminal-normal mode
Problem: Terminal attributes missing in Terminal-normal mode. Solution: Use "syntax_attr".
This commit is contained in:
@@ -1517,7 +1517,7 @@ win_line(
|
||||
else
|
||||
#endif
|
||||
#ifdef FEAT_SYN_HL
|
||||
if (has_syntax)
|
||||
if (has_syntax || get_term_attr)
|
||||
char_attr = syntax_attr;
|
||||
else
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user