Skip to content

Commit b3c0f8f

Browse files
brammooldouglasdrumond
authored andcommitted
updated for version 7.4.611
Problem: Syntax error. Solution: Change statement to return.
1 parent 616de4f commit b3c0f8f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/if_python3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1652,5 +1652,5 @@ do_py3eval (char_u *str, typval_T *rettv)
16521652
int
16531653
set_ref_in_python3 (int copyID)
16541654
{
1655-
int set_ref_in_py(copyID);
1655+
return set_ref_in_py(copyID);
16561656
}

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
611,
744746
/**/
745747
610,
746748
/**/

0 commit comments

Comments
 (0)