1
0
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:
Bram Moolenaar
2011-12-08 15:09:52 +01:00
parent 2bbafdbcee
commit f0b6b0cc3b
2 changed files with 11 additions and 6 deletions

View File

@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
365,
/**/
364,
/**/