mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
patch 8.1.0075: no Vim logo in README file
Problem: No Vim logo in README file. Solution: Add one. (Árni Dagur, closes #3024)
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
`README.md` for version 8.1 of Vim: Vi IMproved.
|
||||
|
||||

|
||||
|
||||
[](https://travis-ci.org/vim/vim)
|
||||
[](https://codecov.io/gh/vim/vim?branch=master)
|
||||
[](https://coveralls.io/github/vim/vim?branch=master)
|
||||
|
@ -761,6 +761,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
75,
|
||||
/**/
|
||||
74,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user