mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0072
This commit is contained in:
@@ -7506,7 +7506,7 @@ get_attr_entry(table, aep)
|
||||
return i + ATTR_OFF;
|
||||
}
|
||||
|
||||
if (table->ga_len + ATTR_OFF >= 256)
|
||||
if (table->ga_len + ATTR_OFF > MAX_TYPENR)
|
||||
{
|
||||
/*
|
||||
* Running out of attribute entries! remove all attributes, and
|
||||
|
Reference in New Issue
Block a user