Skip to content

Commit 5c36707

Browse files
committed
patch 8.1.0077: header of README file is not nice
Problem: Header of README file is not nice. Solution: Move text to the bottom.
1 parent 0ce7413 commit 5c36707

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
`README.md` for version 8.1 of Vim: Vi IMproved.
2-
31
![Vim Logo](https://github.com/vim/vim/blob/master/runtime/vimlogo.gif)
42

53
[![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
@@ -139,3 +137,6 @@ If nothing else works, report bugs directly:
139137

140138
Send any other comments, patches, flowers and suggestions to:
141139
Bram Moolenaar <Bram@vim.org>
140+
141+
142+
This is `README.md` for version 8.1 of Vim: Vi IMproved.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ static char *(features[]) =
761761

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
77,
764766
/**/
765767
76,
766768
/**/

0 commit comments

Comments
 (0)