1
0
forked from aniani/vim

updated for version 7.1-075

This commit is contained in:
Bram Moolenaar
2007-08-14 20:41:13 +00:00
parent 92c5aba92a
commit 3185918f8c
2 changed files with 5 additions and 1 deletions

View File

@@ -18022,7 +18022,9 @@ list_one_var_a(prefix, name, type, string)
int type;
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 */
msg_puts(name);
msg_putchar(' ');

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
75,
/**/
74,
/**/