patch 9.0.0222: no good reason why text objects are only in larger builds
Problem: No good reason why text objects are only in larger builds.
Solution: Graduate +textobjects.
diff --git a/src/version.c b/src/version.c
index 03d641f..968a199 100644
--- a/src/version.c
+++ b/src/version.c
@@ -614,11 +614,7 @@
#else
"-termresponse",
#endif
-#ifdef FEAT_TEXTOBJ
"+textobjects",
-#else
- "-textobjects",
-#endif
#ifdef FEAT_PROP_POPUP
"+textprop",
#else
@@ -736,6 +732,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 222,
+/**/
221,
/**/
220,