summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-07-23 04:49:23 +0200
committerBram Moolenaar <Bram@vim.org>2018-07-23 04:49:23 +0200
commitcd96eef3a869557bd3d2d4497861d87cb525db06 (patch)
treeb549daf6453a3a9714e634fa7bd2a2291fd9462e /src/version.c
parent9cf4b5005f12ce1d6692266140bdda05d0312d79 (diff)
downloadvim-git-cd96eef3a869557bd3d2d4497861d87cb525db06.tar.gz
patch 8.1.0206: duplicate test function namev8.1.0206
Problem: Duplicate test function name. Solution: Rename both functions.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 23fea92c6..36e2fcbc4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 206,
+/**/
205,
/**/
204,