patch 8.0.1248: stray + in README file
Problem: Stray + in README file.
Solution: Remove the +. Add a line break.
diff --git a/README.md b/README.md
index c608256..46f3186 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
`README.md` for version 8.0 of Vim: Vi IMproved.
+
[](https://travis-ci.org/vim/vim)
[](https://codecov.io/gh/vim/vim?branch=master)
[](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)[](https://buildd.debian.org/vim)
## What is Vim? ##
diff --git a/src/version.c b/src/version.c
index 7bf3f43..3504ff6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1248,
+/**/
1247,
/**/
1246,