mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
patch 8.1.0579: cannot attach properties to text
Problem: Cannot attach properties to text. Solution: First part of adding text properties.
This commit is contained in:
@@ -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
|
||||
@@ -792,6 +799,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
579,
|
||||
/**/
|
||||
578,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user