commit | 610cc1b9b3c8104382f5506606c1f87118c28114 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 25 17:55:42 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 25 17:55:42 2016 +0100 |
tree | 2fadd562705c8828dbda358b3beb905f506a8e39 | |
parent | 780d4c3fff3c06baa3135a9f9739c56a0c280a94 [diff] [blame] |
patch 7.4.1652 Problem: Old style test for fnamemodify(). Solution: Turn it into a new style test.
diff --git a/src/version.c b/src/version.c index 6d67c33..bd65162 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1652, +/**/ 1651, /**/ 1650,