]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.4.611 v7.4.611
authorBram Moolenaar <Bram@vim.org>
Tue, 3 Feb 2015 12:16:04 +0000 (13:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 3 Feb 2015 12:16:04 +0000 (13:16 +0100)
Problem:    Syntax error.
Solution:   Change statement to return.

src/if_python3.c
src/version.c

index 300c24f6695344f72142b1d37a4fee9a08370d59..e1fc5c77d568ff1ada83f2c7b500913de860361d 100644 (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);
 }
index 5f6af8c85f9d7bb2743f22ef4ebdf46eed3c06c2..a35367fec91377bbdf322c22c85b2d72a0c80b46 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    611,
 /**/
     610,
 /**/