summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-07-10 19:22:03 +0200
committerBram Moolenaar <Bram@vim.org>2015-07-10 19:22:03 +0200
commit694cac7a352ea66827cd94ed1ccbc2fc5655e9cc (patch)
tree6f060cd3774fa57b4ec64c2a0147288f8301ab1e /src
parent2c61ec65e8dddcaf9bb5751f6dead97f2a794593 (diff)
patch 7.4.777v7.4.777
Problem: The README file doesn't look nice on github. Solution: Add a markdown version of the README file.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index ddc86580b6..df00f5bcfb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 777,
+/**/
776,
/**/
775,