diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-02 22:38:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-02 22:38:51 +0100 |
commit | ea84df8041dbbff95acb1db8532281679c5fbe5a (patch) | |
tree | c4134f800f258200a48753eac34fb51a6da00c4d | |
parent | 4c22a91d20cce4f28dd2852a13129b5a4cc691da (diff) | |
download | vim-git-ea84df8041dbbff95acb1db8532281679c5fbe5a.tar.gz |
patch 8.0.1255: duplicate badge README filev8.0.1255
Problem: duplicate badge README file.
Solution: Remove one. (Dominique Pelle)
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,7 @@ [![Coverage Status](https://coveralls.io/repos/vim/vim/badge.svg?branch=master&service=github)](https://coveralls.io/github/vim/vim?branch=master) [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisbra/vim) [![Coverity Scan](https://scan.coverity.com/projects/241/badge.svg)](https://scan.coverity.com/projects/vim) -[![Debian CI](https://badges.debian.net/badges/debian/testing/vim/version.svg)](https://buildd.debian.org/vim)[![Debian CI](https://badges.debian.net/badges/debian/testing/vim/version.svg)](https://buildd.debian.org/vim) +[![Debian CI](https://badges.debian.net/badges/debian/testing/vim/version.svg)](https://buildd.debian.org/vim) ## What is Vim? ## diff --git a/src/version.c b/src/version.c index 7c293bafa..8cc9bba68 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 */ /**/ + 1255, +/**/ 1254, /**/ 1253, |