comparison src/version.c @ 7030:8d513ddfe3ec v7.4.828

commit https://github.com/vim/vim/commit/670acbc70f371409b46b722bd9a1166e53574f42 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 25 11:58:36 2015 +0200 patch 7.4.828 Problem: Crash when using "syn keyword x c". (Dominique Pelle) Solution: Initialize the keyword tabble. (Raymond Ko, PR 397)
author Christian Brabandt <cb@256bit.org>
date Tue, 25 Aug 2015 17:20:24 +0200
parents 47680d36e484
children 320c97a73272
comparison
equal deleted inserted replaced
7029:431bd87c6132 7030:8d513ddfe3ec
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 828,
744 /**/ 746 /**/
745 827, 747 827,
746 /**/ 748 /**/
747 826, 749 826,
748 /**/ 750 /**/