diff options
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h index 5c2f3f199..7f2875b05 100644 --- a/src/globals.h +++ b/src/globals.h @@ -364,6 +364,7 @@ EXTERN int highlight_user[9]; /* User[1-9] attributes */ EXTERN int highlight_stlnc[9]; /* On top of user */ # ifdef FEAT_TERMINAL EXTERN int highlight_stlterm[9]; /* On top of user */ +EXTERN int highlight_stltermnc[9]; /* On top of user */ # endif # endif #endif |