# HG changeset patch # User Christian Brabandt # Date 1533843904 -7200 # Node ID 85c085bae33561d5f57944bde12d0e81307c4189 # Parent 606fda16278dc4518d7341362801916f12f2eec7 patch 8.1.0260: no LGTM logo in README file commit https://github.com/vim/vim/commit/4d37557ac6c387621682c93125cd2931f9640986 Author: Bram Moolenaar Date: Thu Aug 9 21:33:38 2018 +0200 patch 8.1.0260: no LGTM logo in README file Problem: No LGTM logo in README file. Solution: Add one. (Bas van Schaik, closes https://github.com/vim/vim/issues/3305) diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -5,6 +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) +[![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/vim/vim.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/vim/vim/context:cpp) [![Debian CI](https://badges.debian.net/badges/debian/testing/vim/version.svg)](https://buildd.debian.org/vim) diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -795,6 +795,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 260, +/**/ 259, /**/ 258,