# HG changeset patch # User Christian Brabandt # Date 1509659105 -3600 # Node ID 5707872d5c07a2aabb94ea1d3a3bad67161477cc # Parent 40748484254ae37417e9882372de0d32dac81c3a patch 8.0.1255: duplicate badge README file commit https://github.com/vim/vim/commit/ea84df8041dbbff95acb1db8532281679c5fbe5a Author: Bram Moolenaar Date: Thu Nov 2 22:38:51 2017 +0100 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 --- a/README.md +++ b/README.md @@ -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 --- 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,