comparison src/version.c @ 7017:0dbbdcf13e03 v7.4.825

patch 7.4.825 Problem: Invalid memory access for ":syn keyword x a[". Solution: Do not skip over the NUL. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 13 Aug 2015 22:53:29 +0200
parents 962b3ae252a9
children db0328a2fa2a
comparison
equal deleted inserted replaced
7016:8e6a279b5954 7017:0dbbdcf13e03
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 825,
744 /**/ 746 /**/
745 824, 747 824,
746 /**/ 748 /**/
747 823, 749 823,
748 /**/ 750 /**/