summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index f6fb7d0fe..bc592147b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-`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)
@@ -139,3 +137,6 @@ If nothing else works, report bugs directly:
Send any other comments, patches, flowers and suggestions to:
Bram Moolenaar <Bram@vim.org>
+
+
+This is `README.md` for version 8.1 of Vim: Vi IMproved.
diff --git a/src/version.c b/src/version.c
index 04923fb3f..354066fb3 100644
--- 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 */
/**/
+ 77,
+/**/
76,
/**/
75,