patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny version
Problem: Some values of 'path' and 'tags' do not work in the tiny version.
Solution: Graduate the +path_extra feature.
diff --git a/src/version.c b/src/version.c
index b794c0c..255725f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -448,11 +448,7 @@
#else
"-packages",
#endif
-#ifdef FEAT_PATH_EXTRA
"+path_extra",
-#else
- "-path_extra",
-#endif
#ifdef FEAT_PERL
# ifdef DYNAMIC_PERL
"+perl/dyn",
@@ -728,6 +724,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 270,
+/**/
269,
/**/
268,