diff options
Diffstat (limited to 'src/nvim/statusline_defs.h')
-rw-r--r-- | src/nvim/statusline_defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/statusline_defs.h b/src/nvim/statusline_defs.h index 6835d62cdd..a9483216de 100644 --- a/src/nvim/statusline_defs.h +++ b/src/nvim/statusline_defs.h @@ -62,8 +62,8 @@ typedef struct statuscol statuscol_T; struct statuscol { int width; ///< width of the status column int cur_attr; ///< current attributes in text - int num_attr; ///< attributes used for line number - int sign_cul_attr; ///< cursorline sign attr + int num_attr; ///< default highlight attr + int sign_cul_id; ///< cursorline sign highlight id int truncate; ///< truncated width bool draw; ///< whether to draw the statuscolumn bool use_cul; ///< whether to use cursorline attrs |