comparison src/version.c @ 8749:65a5a18d3acf v7.4.1663

commit https://github.com/vim/vim/commit/ea6553bec340920d8a09c7210cdc2d218e25ace2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 27 15:13:38 2016 +0200 patch 7.4.1663 Problem: In tests it's often useful to check if a pattern matches. Solution: Add assert_match().
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Mar 2016 15:15:06 +0200
parents 4c38a4733578
children 7f974075eb8f
comparison
equal deleted inserted replaced
8748:b1a19a2f73f0 8749:65a5a18d3acf
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1663,
751 /**/ 753 /**/
752 1662, 754 1662,
753 /**/ 755 /**/
754 1661, 756 1661,
755 /**/ 757 /**/