commit | a245bc79b4c6b83a4b5b6cdb95c4d2165762a20b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 05 19:35:25 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 05 19:35:25 2015 +0100 |
tree | dbb5a71da4718b7404caf85eb3e2c1a011fa9e34 | |
parent | e421450a5ef8c6327fcc9b90a5c3d6b26b274830 [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index b106503..a814baf 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 654, +/**/ 653, /**/ 652,