diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    654,
+/**/
     653,
 /**/
     652,