0
0
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:
Bram Moolenaar
2005-03-16 09:57:51 +00:00
parent ef53c02238
commit a008465995
5 changed files with 116 additions and 68 deletions

View File

@@ -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 */