0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.0-167

This commit is contained in:
Bram Moolenaar 2006-11-21 18:36:05 +00:00
parent 508b9e895d
commit b42dc236e9
2 changed files with 6 additions and 2 deletions

View File

@ -18539,12 +18539,14 @@ ex_function(eap)
if (!eap->skip) if (!eap->skip)
{ {
/* Check the name of the function. */ /* Check the name of the function. Unless it's a dictionary function
* (that we are overwriting). */
if (name != NULL) if (name != NULL)
arg = name; arg = name;
else else
arg = fudi.fd_newkey; arg = fudi.fd_newkey;
if (arg != NULL) if (arg != NULL && (fudi.fd_di == NULL
|| fudi.fd_di->di_tv.v_type != VAR_FUNC))
{ {
if (*arg == K_SPECIAL) if (*arg == K_SPECIAL)
j = 3; j = 3;

View File

@ -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 */
/**/
167,
/**/ /**/
166, 166,
/**/ /**/