summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-17 23:40:05 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-17 23:40:05 +0200
commit00e45563384de01949b9c4df9155424604887b33 (patch)
tree95c00617c828504ead92bb4af0452f554bef4d88 /src/version.c
parentb1c9198afb7ff902588b45fbe44f0760a9f48375 (diff)
downloadvim-git-00e45563384de01949b9c4df9155424604887b33.tar.gz
patch 8.1.0001: the netrw plugin does not workv8.1.0001
Problem: The netrw plugin does not work. Solution: Make it accept version 8.x.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 8ff2445d9..04d8fb332 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 */
/**/
+ 1,
+/**/
0
};