comparison src/globals.h @ 12114:f306e6decaf9 v8.0.0937

patch 8.0.0937: user highlight groups not adjusted for terminal commit https://github.com/vim/vim/commit/bce4f62d3043f04fe29f3fef2b927b2268b15255 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 13 21:37:43 2017 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Aug 2017 21:45:04 +0200
parents 903cea6f627c
children 68c593f649d1
comparison
equal deleted inserted replaced
12113:e058a485a027 12114:f306e6decaf9
360 #endif 360 #endif
361 #ifdef USER_HIGHLIGHT 361 #ifdef USER_HIGHLIGHT
362 EXTERN int highlight_user[9]; /* User[1-9] attributes */ 362 EXTERN int highlight_user[9]; /* User[1-9] attributes */
363 # ifdef FEAT_STL_OPT 363 # ifdef FEAT_STL_OPT
364 EXTERN int highlight_stlnc[9]; /* On top of user */ 364 EXTERN int highlight_stlnc[9]; /* On top of user */
365 # ifdef FEAT_TERMINAL
366 EXTERN int highlight_stlterm[9]; /* On top of user */
367 # endif
365 # endif 368 # endif
366 #endif 369 #endif
367 #ifdef FEAT_GUI 370 #ifdef FEAT_GUI
368 EXTERN char_u *use_gvimrc INIT(= NULL); /* "-U" cmdline argument */ 371 EXTERN char_u *use_gvimrc INIT(= NULL); /* "-U" cmdline argument */
369 #endif 372 #endif