summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-12 16:31:10 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-12 16:31:10 +0200
commit9e1e7afc1f29b67fe3721442b49af3b20644a3ee (patch)
tree9fd3d5c41bc32d1acdbcf8571af8556f1a512382 /src
parent6401024869dcd722ee1b98b4ba58e6caa215201b (diff)
patch 8.0.0002v8.0.0002
Problem: The netrw plugin does not work. Solution: Make it accept version 8.0.
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 67338cfd31..1b932fae43 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2,
+/**/
1,
/**/
0