1
0
forked from aniani/vim

patch 8.0.0937: user highlight groups not adjusted for terminal

Problem:    User highlight groups are not adjusted for StatusLineTerm.
Solution:   Combine attributes like for StatusLineNC.
This commit is contained in:
Bram Moolenaar
2017-08-13 21:37:43 +02:00
parent 2bb7b6b0e4
commit bce4f62d30
4 changed files with 105 additions and 59 deletions

View File

@@ -362,6 +362,9 @@ EXTERN int highlight_attr[HLF_COUNT]; /* Highl. attr for each context. */
EXTERN int highlight_user[9]; /* User[1-9] attributes */
# ifdef FEAT_STL_OPT
EXTERN int highlight_stlnc[9]; /* On top of user */
# ifdef FEAT_TERMINAL
EXTERN int highlight_stlterm[9]; /* On top of user */
# endif
# endif
#endif
#ifdef FEAT_GUI