Permalink
Browse files

updated for version 7.4.611

Problem:    Syntax error.
Solution:   Change statement to return.
  • Loading branch information...
1 parent c1c240b commit f69eb7659a7bf4a586c569ae63fc2cc6ad364710 @brammool brammool committed Feb 3, 2015
Showing with 3 additions and 1 deletion.
  1. +1 −1 src/if_python3.c
  2. +2 −0 src/version.c
View
@@ -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
@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 611,
/**/
610,
/**/

0 comments on commit f69eb76

Please sign in to comment.