patch 7.4.1222
Problem: ":normal" command and others missing in tiny build.
Solution: Graduate FEAT_EX_EXTRA.
diff --git a/src/version.c b/src/version.c
index 78fdb7c..b521511 100644
--- a/src/version.c
+++ b/src/version.c
@@ -221,11 +221,7 @@
#else
"-eval",
#endif
-#ifdef FEAT_EX_EXTRA
"+ex_extra",
-#else
- "-ex_extra",
-#endif
#ifdef FEAT_SEARCH_EXTRA
"+extra_search",
#else
@@ -747,6 +743,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1222,
+/**/
1221,
/**/
1220,