comparison src/version.c @ 9923:935e13935848 v7.4.2235

commit https://github.com/vim/vim/commit/989f592f7ffcbafdc4ec35cee4dc65bd053e2077 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 21 15:26:54 2016 +0200 patch 7.4.2235 Problem: submatch() does not check for a valid argument. Solution: Give an error if the argument is out of range. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Sun, 21 Aug 2016 15:30:07 +0200
parents adef2643c576
children 3fba3e8326a7
comparison
equal deleted inserted replaced
9922:14634d142f05 9923:935e13935848
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2235,
766 /**/ 768 /**/
767 2234, 769 2234,
768 /**/ 770 /**/
769 2233, 771 2233,
770 /**/ 772 /**/