0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

updated for version 7.0-008

This commit is contained in:
Bram Moolenaar
2006-05-13 11:33:27 +00:00
parent 223b4313c8
commit 86c9ee2182
2 changed files with 5 additions and 2 deletions

View File

@@ -18963,7 +18963,8 @@ trans_function_name(pp, skip, flags, fdp)
else if (lead > 0) else if (lead > 0)
{ {
lead = 3; lead = 3;
if (eval_fname_sid(lv.ll_exp_name != NULL ? lv.ll_exp_name : *pp)) if ((lv.ll_exp_name != NULL && eval_fname_sid(lv.ll_exp_name))
|| eval_fname_sid(*pp))
{ {
/* It's "s:" or "<SID>" */ /* It's "s:" or "<SID>" */
if (current_SID <= 0) if (current_SID <= 0)

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 */
/**/
8,
/**/ /**/
7, 7,
/**/ /**/