comparison src/version.c @ 6687:c52bb45c6752 v7.4.668

updated for version 7.4.668 Problem: Can't use a glob pattern as a regexp pattern. Solution: Add glob2regpat(). (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 20 Mar 2015 17:36:42 +0100
parents fd495ad521dc
children 97cc4ee3e095
comparison
equal deleted inserted replaced
6686:1158f411fecf 6687:c52bb45c6752
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 668,
744 /**/ 746 /**/
745 667, 747 667,
746 /**/ 748 /**/
747 666, 749 666,
748 /**/ 750 /**/