commit | 670acbc70f371409b46b722bd9a1166e53574f42 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 11:58:36 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 11:58:36 2015 +0200 |
tree | d106c8db7b66d42bee2ed17b1d643fbdf2b75927 | |
parent | 8cba8ba3e026c12a5294a1260dbfea9c0d8fe7eb [diff] [blame] |
patch 7.4.828 Problem: Crash when using "syn keyword x c". (Dominique Pelle) Solution: Initialize the keyword tabble. (Raymond Ko, PR 397)
diff --git a/src/version.c b/src/version.c index e446604..dd34490 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 828, +/**/ 827, /**/ 826,