comparison src/version.c @ 9287:af25a1a875db v7.4.1926

commit https://github.com/vim/vim/commit/a890f5e34887bff7616bdb4b9ee0bf98c8d2a8f0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 12 23:03:19 2016 +0200 patch 7.4.1926 Problem: Possible crash with many history items. Solution: Avoid the index going past the last item.
author Christian Brabandt <cb@256bit.org>
date Sun, 12 Jun 2016 23:15:07 +0200
parents 78712a2f687a
children 29de7dda7a6a
comparison
equal deleted inserted replaced
9286:64035abb986b 9287:af25a1a875db
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1926,
756 /**/ 758 /**/
757 1925, 759 1925,
758 /**/ 760 /**/
759 1924, 761 1924,
760 /**/ 762 /**/