mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.1.1233: cannot build tiny version
Problem: Cannot build tiny version. Solution: Remove #ifdef for verb_msg().
This commit is contained in:
@@ -101,8 +101,6 @@ msg(char *s)
|
|||||||
return msg_attr_keep(s, 0, FALSE);
|
return msg_attr_keep(s, 0, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(FEAT_EVAL) || defined(FEAT_X11) || defined(USE_XSMP) \
|
|
||||||
|| defined(FEAT_GUI_GTK) || defined(PROTO)
|
|
||||||
/*
|
/*
|
||||||
* Like msg() but keep it silent when 'verbosefile' is set.
|
* Like msg() but keep it silent when 'verbosefile' is set.
|
||||||
*/
|
*/
|
||||||
@@ -117,7 +115,6 @@ verb_msg(char *s)
|
|||||||
|
|
||||||
return n;
|
return n;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
int
|
int
|
||||||
msg_attr(char *s, int attr)
|
msg_attr(char *s, int attr)
|
||||||
|
@@ -767,6 +767,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1233,
|
||||||
/**/
|
/**/
|
||||||
1232,
|
1232,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user