changeset 14493:85c085bae335 v8.1.0260

patch 8.1.0260: no LGTM logo in README file commit https://github.com/vim/vim/commit/4d37557ac6c387621682c93125cd2931f9640986 Author: Bram Moolenaar <Bram@vim.org> 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)
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Aug 2018 21:45:04 +0200
parents 606fda16278d
children 6bc01ddb6932
files README.md src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)
 
 
--- 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,