0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.1.0001: the netrw plugin does not work

Problem:    The netrw plugin does not work.
Solution:   Make it accept version 8.x.
This commit is contained in:
Bram Moolenaar
2018-05-17 23:40:05 +02:00
parent b1c9198afb
commit 00e4556338
2 changed files with 4 additions and 2 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1,
/**/
0
};