forked from aniani/vim
updated for version 7.1-105
This commit is contained in:
@@ -6746,6 +6746,8 @@ get_dict_tv(arg, rettv, evaluate)
|
|||||||
clear_tv(&tvkey);
|
clear_tv(&tvkey);
|
||||||
goto failret;
|
goto failret;
|
||||||
}
|
}
|
||||||
|
if (evaluate)
|
||||||
|
{
|
||||||
key = get_tv_string_buf_chk(&tvkey, buf);
|
key = get_tv_string_buf_chk(&tvkey, buf);
|
||||||
if (key == NULL || *key == NUL)
|
if (key == NULL || *key == NUL)
|
||||||
{
|
{
|
||||||
@@ -6755,10 +6757,12 @@ get_dict_tv(arg, rettv, evaluate)
|
|||||||
clear_tv(&tvkey);
|
clear_tv(&tvkey);
|
||||||
goto failret;
|
goto failret;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
*arg = skipwhite(*arg + 1);
|
*arg = skipwhite(*arg + 1);
|
||||||
if (eval1(arg, &tv, evaluate) == FAIL) /* recursive! */
|
if (eval1(arg, &tv, evaluate) == FAIL) /* recursive! */
|
||||||
{
|
{
|
||||||
|
if (evaluate)
|
||||||
clear_tv(&tvkey);
|
clear_tv(&tvkey);
|
||||||
goto failret;
|
goto failret;
|
||||||
}
|
}
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
105,
|
||||||
/**/
|
/**/
|
||||||
104,
|
104,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user