comparison src/version.c @ 9776:2409d7038822 v7.4.2163

commit https://github.com/vim/vim/commit/d76a0c15f8bdbc901015879177fd5076d34c7a06 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 6 15:29:22 2016 +0200 patch 7.4.2163 Problem: match() and related functions tested with old style test. Solution: Convert to new style test. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Aug 2016 15:30:05 +0200
parents 5385e72e1ac2
children 4360b2b46125
comparison
equal deleted inserted replaced
9775:168a302bed49 9776:2409d7038822
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 2163,
766 /**/ 768 /**/
767 2162, 769 2162,
768 /**/ 770 /**/
769 2161, 771 2161,
770 /**/ 772 /**/