commit | f4c5fcb3ad0b98d6827d5f95e5c66cdd54e66a02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 17:14:00 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 17:14:00 2013 +0200 |
tree | b90fb10d1d9e99ac323b2b6469a84ebbf5f98d44 | |
parent | 8968a31179c8142cc4ccc2f27cf09e03135c35c7 [diff] [blame] |
updated for version 7.3.1297 Problem: findfile() directory matching does not work when a star follows text. (Markus Braun) Solution: Make a wildcard work properly. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index e06aa6a..ea51c18 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1297, +/**/ 1296, /**/ 1295,