comparison src/version.c @ 6659:6f1e4b7942c3 v7.4.654

updated for version 7.4.654 Problem: glob() and globpath() cannot include links to non-existing files. (Charles Campbell) Solution: Add an argument to include all links with glob(). (James McCoy) Also for globpath().
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Mar 2015 19:35:25 +0100
parents 41d50eba0c0f
children 950e24f26ef8
comparison
equal deleted inserted replaced
6658:3b8598d843c1 6659:6f1e4b7942c3
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 654,
744 /**/ 746 /**/
745 653, 747 653,
746 /**/ 748 /**/
747 652, 749 652,
748 /**/ 750 /**/