patch 8.1.0260: no LGTM logo in README file
Problem: No LGTM logo in README file.
Solution: Add one. (Bas van Schaik, closes #3305)
diff --git a/README.md b/README.md
index bc59214..0ea8e4c 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
[](https://coveralls.io/github/vim/vim?branch=master)
[](https://ci.appveyor.com/project/chrisbra/vim)
[](https://scan.coverity.com/projects/vim)
+[](https://lgtm.com/projects/g/vim/vim/context:cpp)
[](https://buildd.debian.org/vim)
diff --git a/src/version.c b/src/version.c
index dadb978..962d173 100644
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 260,
+/**/
259,
/**/
258,