commit | 1b1063af58b015b7827168f8fa2631efb60c252b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 07 18:35:30 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 07 18:35:30 2014 +0200 |
tree | ecebaed1979aee36aa61e9a7ea1bebdb597be0d6 | |
parent | 3ec7f4e4025c5a78ccd312f8516ac0740aa65dfe [diff] [blame] |
updated for version 7.4.279 Problem: globpath() returns a string, making it difficult to get a list of matches. (Greg Novack) Solution: Add an optional argument like with glob(). (Adnan Zafar)
diff --git a/src/version.c b/src/version.c index d1da15b..80c9fe3 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 279, +/**/ 278, /**/ 277,