forked from aniani/vim
updated for version 7.3.365
Problem: Crash when using a large Unicode character in a file that has syntax highlighting. (ngollan) Solution: Check for going past the end of the utf tables. (Dominique Pelle)
This commit is contained in:
@@ -714,6 +714,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
365,
|
||||
/**/
|
||||
364,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user