]> granicus.if.org Git - vim/commitdiff
patch 8.1.0075: no Vim logo in README file v8.1.0075
authorBram Moolenaar <Bram@vim.org>
Mon, 18 Jun 2018 20:00:22 +0000 (22:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 18 Jun 2018 20:00:22 +0000 (22:00 +0200)
Problem:    No Vim logo in README file.
Solution:   Add one. (Árni Dagur, closes #3024)

README.md
src/version.c

index 0e7ebf2cec4c5e75cb89c45649b1218f7f50613e..f6fb7d0feffef463f2c4f4181f46424d391bd504 100644 (file)
--- 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)
index 09325fbd4e1807262214b5da7df68fa4a0f2d9d4..bc79f7d2a731bd093cc65531f4fdc554f4a611ee 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    75,
 /**/
     74,
 /**/