forked from aniani/vim
updated for version 7.1-075
This commit is contained in:
@@ -18022,7 +18022,9 @@ list_one_var_a(prefix, name, type, string)
|
|||||||
int type;
|
int type;
|
||||||
char_u *string;
|
char_u *string;
|
||||||
{
|
{
|
||||||
msg_attr(prefix, 0); /* don't use msg(), it overwrites "v:statusmsg" */
|
/* don't use msg() or msg_attr() to avoid overwriting "v:statusmsg" */
|
||||||
|
msg_start();
|
||||||
|
msg_puts(prefix);
|
||||||
if (name != NULL) /* "a:" vars don't have a name stored */
|
if (name != NULL) /* "a:" vars don't have a name stored */
|
||||||
msg_puts(name);
|
msg_puts(name);
|
||||||
msg_putchar(' ');
|
msg_putchar(' ');
|
||||||
|
@@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
75,
|
||||||
/**/
|
/**/
|
||||||
74,
|
74,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user