summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c21
1 files changed, 15 insertions, 6 deletions
diff --git a/src/version.c b/src/version.c
index fafba67d0..2c4dd72ed 100644
--- a/src/version.c
+++ b/src/version.c
@@ -653,12 +653,6 @@ static char *(features[]) =
# else
"-terminfo",
# endif
-#else /* unix always includes termcap support */
-# ifdef HAVE_TGETENT
- "+tgetent",
-# else
- "-tgetent",
-# endif
#endif
#ifdef FEAT_TERMRESPONSE
"+termresponse",
@@ -670,6 +664,19 @@ static char *(features[]) =
#else
"-textobjects",
#endif
+#ifdef FEAT_TEXT_PROP
+ "+textprop",
+#else
+ "-textprop",
+#endif
+#if !defined(UNIX)
+/* unix always includes termcap support */
+# ifdef HAVE_TGETENT
+ "+tgetent",
+# else
+ "-tgetent",
+# endif
+#endif
#ifdef FEAT_TIMERS
"+timers",
#else
@@ -793,6 +800,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 579,
+/**/
578,
/**/
577,