diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 7bf3f4308..3504ff6c3 100644 --- a/src/version.c +++ b/src/version.c @@ -762,6 +762,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1248, +/**/ 1247, /**/ 1246, |