commit | cd96eef3a869557bd3d2d4497861d87cb525db06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 23 04:49:23 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 23 04:49:23 2018 +0200 |
tree | b549daf6453a3a9714e634fa7bd2a2291fd9462e | |
parent | 9cf4b5005f12ce1d6692266140bdda05d0312d79 [diff] [blame] |
patch 8.1.0206: duplicate test function name Problem: Duplicate test function name. Solution: Rename both functions.
diff --git a/src/version.c b/src/version.c index 23fea92..36e2fcb 100644 --- a/src/version.c +++ b/src/version.c
@@ -794,6 +794,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 206, +/**/ 205, /**/ 204,