patch 8.0.0002
Problem:    The netrw plugin does not work.
Solution:   Make it accept version 8.0.
diff --git a/src/version.c b/src/version.c
index 67338cf..1b932fa 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2,
+/**/
     1,
 /**/
     0