changeset 6569:7fa1a7359a56 v7.4.611

updated for version 7.4.611 Problem: Syntax error. Solution: Change statement to return.
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 13:16:04 +0100
parents 3e8468ea55b5
children ec27922631d8
files src/if_python3.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/if_python3.c
+++ b/src/if_python3.c
@@ -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);
 }
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    611,
+/**/
     610,
 /**/
     609,