patch 8.1.1887: the +cmdline_compl feature is not in the tiny version
Problem: The +cmdline_compl feature is not in the tiny version.
Solution: Graduate the +cmdline_compl feature.
diff --git a/src/version.c b/src/version.c
index 0ddfabf..eb4106f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -158,11 +158,7 @@
#else
"-clipboard",
#endif
-#ifdef FEAT_CMDL_COMPL
"+cmdline_compl",
-#else
- "-cmdline_compl",
-#endif
"+cmdline_hist",
#ifdef FEAT_CMDL_INFO
"+cmdline_info",
@@ -770,6 +766,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1887,
+/**/
1886,
/**/
1885,