patch 8.0.1255: duplicate badge README file
Problem: duplicate badge README file.
Solution: Remove one. (Dominique Pelle)
diff --git a/README.md b/README.md
index 46f3186..41f0875 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[](https://coveralls.io/github/vim/vim?branch=master)
[](https://ci.appveyor.com/project/chrisbra/vim)
[](https://scan.coverity.com/projects/vim)
-[](https://buildd.debian.org/vim)[](https://buildd.debian.org/vim)
+[](https://buildd.debian.org/vim)
## What is Vim? ##
diff --git a/src/version.c b/src/version.c
index 7c293ba..8cc9bba 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1255,
+/**/
1254,
/**/
1253,