]> granicus.if.org Git - vim/commitdiff
patch 8.1.0260: no LGTM logo in README file v8.1.0260
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Aug 2018 19:33:38 +0000 (21:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Aug 2018 19:33:38 +0000 (21:33 +0200)
Problem:    No LGTM logo in README file.
Solution:   Add one. (Bas van Schaik, closes #3305)

README.md
src/version.c

index bc592147bb60016e2a8c95fddc08ff64adfa68de..0ea8e4c9761a42d956bf041cb8789012f6f54843 100644 (file)
--- 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)
 
 
index dadb978b31024cfe20413d721019b9358bf1d0e6..962d173b657115efa16f6fc3cca768214d842a8f 100644 (file)
@@ -794,6 +794,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    260,
 /**/
     259,
 /**/