1
0
forked from aniani/vim

patch 7.4.828

Problem:    Crash when using "syn keyword x c". (Dominique Pelle)
Solution:   Initialize the keyword tabble. (Raymond Ko, PR 397)
This commit is contained in:
Bram Moolenaar
2015-08-25 11:58:36 +02:00
parent 8cba8ba3e0
commit 670acbc70f
2 changed files with 4 additions and 0 deletions

View File

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