# HG changeset patch # User Christian Brabandt # Date 1529352906 -7200 # Node ID 172ccc083d4ae2a6d9a8f09076c35ee0a8ab4807 # Parent c7b4f25ed91a3679020af50f170f8a07be7336cb patch 8.1.0075: no Vim logo in README file commit https://github.com/vim/vim/commit/252b7ee82384520e20df7728387a1a441c47c6e6 Author: Bram Moolenaar Date: Mon Jun 18 22:00:22 2018 +0200 patch 8.1.0075: no Vim logo in README file Problem: No Vim logo in README file. Solution: Add one. (?rni Dagur, closes https://github.com/vim/vim/issues/3024) diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ `README.md` for version 8.1 of Vim: Vi IMproved. +![Vim Logo](https://github.com/vim/vim/blob/master/runtime/vimlogo.gif) + [![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim) [![Coverage Status](https://codecov.io/gh/vim/vim/coverage.svg?branch=master)](https://codecov.io/gh/vim/vim?branch=master) [![Coverage Status](https://coveralls.io/repos/vim/vim/badge.svg?branch=master&service=github)](https://coveralls.io/github/vim/vim?branch=master) 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 */ /**/ + 75, +/**/ 74, /**/ 73,