mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0060
This commit is contained in:
@@ -5867,7 +5867,6 @@ struct sign
|
||||
int sn_text_hl; /* highlight ID for text */
|
||||
};
|
||||
|
||||
#define MAX_TYPENR 255 /* depends on sattr_T */
|
||||
static sign_T *first_sign = NULL;
|
||||
static int last_sign_typenr = MAX_TYPENR; /* is decremented */
|
||||
|
||||
|
Reference in New Issue
Block a user