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

updated for version 7.4.611

Problem:    Syntax error.
Solution:   Change statement to return.
This commit is contained in:
Bram Moolenaar 2015-02-03 13:16:04 +01:00
parent 016154919e
commit b641df4965
2 changed files with 3 additions and 1 deletions

View File

@ -1652,5 +1652,5 @@ do_py3eval (char_u *str, typval_T *rettv)
int
set_ref_in_python3 (int copyID)
{
int set_ref_in_py(copyID);
return set_ref_in_py(copyID);
}

View File

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