commit | 00e45563384de01949b9c4df9155424604887b33 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 17 23:40:05 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 17 23:40:05 2018 +0200 |
tree | 95c00617c828504ead92bb4af0452f554bef4d88 | |
parent | b1c9198afb7ff902588b45fbe44f0760a9f48375 [diff] |
patch 8.1.0001: the netrw plugin does not work Problem: The netrw plugin does not work. Solution: Make it accept version 8.x.
diff --git a/src/version.c b/src/version.c index 8ff2445..04d8fb3 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1, +/**/ 0 };