comparison src/version.c @ 9597:3ca0fd9709b1 v7.4.2076

commit https://github.com/vim/vim/commit/4f0383bc3fe5af0229fb66b53fe94329af783eff Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 19 22:43:11 2016 +0200 patch 7.4.2076 Problem: Syntax error when dict has '>' key. Solution: Check for endchar. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jul 2016 22:45:06 +0200
parents 0190d5de215f
children 42a8a81decdf
comparison
equal deleted inserted replaced
9596:a638edc96bb6 9597:3ca0fd9709b1
756 NULL 756 NULL
757 }; 757 };
758 758
759 static int included_patches[] = 759 static int included_patches[] =
760 { /* Add new patch number below this line */ 760 { /* Add new patch number below this line */
761 /**/
762 2076,
761 /**/ 763 /**/
762 2075, 764 2075,
763 /**/ 765 /**/
764 2074, 766 2074,
765 /**/ 767 /**/