comparison src/version.c @ 6815:f0e7dc5e7282 v7.4.729

patch 7.4.729 Problem: Occasional crash with 'list' set. Solution: Fix off-by-one error. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 14 May 2015 05:56:09 +0200
parents ea0468670fbe
children cd47def2214a
comparison
equal deleted inserted replaced
6814:9782a8aa2d7f 6815:f0e7dc5e7282
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 729,
744 /**/ 746 /**/
745 728, 747 728,
746 /**/ 748 /**/
747 727, 749 727,
748 /**/ 750 /**/