Karsten Hopp 59952b
To: vim_dev@googlegroups.com
Karsten Hopp 59952b
Subject: Patch 7.4.611
Karsten Hopp 59952b
Fcc: outbox
Karsten Hopp 59952b
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 59952b
Mime-Version: 1.0
Karsten Hopp 59952b
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 59952b
Content-Transfer-Encoding: 8bit
Karsten Hopp 59952b
------------
Karsten Hopp 59952b
Karsten Hopp 59952b
Patch 7.4.611 (after 7.4.609)
Karsten Hopp 59952b
Problem:    Syntax error.
Karsten Hopp 59952b
Solution:   Change statement to return.
Karsten Hopp 59952b
Files:	    src/if_python3.c
Karsten Hopp 59952b
Karsten Hopp 59952b
Karsten Hopp 59952b
*** ../vim-7.4.610/src/if_python3.c	2015-02-03 12:55:11.140179551 +0100
Karsten Hopp 59952b
--- src/if_python3.c	2015-02-03 13:13:34.407743645 +0100
Karsten Hopp 59952b
***************
Karsten Hopp 59952b
*** 1652,1656 ****
Karsten Hopp 59952b
      int
Karsten Hopp 59952b
  set_ref_in_python3 (int copyID)
Karsten Hopp 59952b
  {
Karsten Hopp 59952b
!     int set_ref_in_py(copyID);
Karsten Hopp 59952b
  }
Karsten Hopp 59952b
--- 1652,1656 ----
Karsten Hopp 59952b
      int
Karsten Hopp 59952b
  set_ref_in_python3 (int copyID)
Karsten Hopp 59952b
  {
Karsten Hopp 59952b
!     return set_ref_in_py(copyID);
Karsten Hopp 59952b
  }
Karsten Hopp 59952b
*** ../vim-7.4.610/src/version.c	2015-02-03 13:00:34.404529640 +0100
Karsten Hopp 59952b
--- src/version.c	2015-02-03 13:14:20.463222408 +0100
Karsten Hopp 59952b
***************
Karsten Hopp 59952b
*** 743,744 ****
Karsten Hopp 59952b
--- 743,746 ----
Karsten Hopp 59952b
  {   /* Add new patch number below this line */
Karsten Hopp 59952b
+ /**/
Karsten Hopp 59952b
+     611,
Karsten Hopp 59952b
  /**/
Karsten Hopp 59952b
Karsten Hopp 59952b
-- 
Karsten Hopp 59952b
hundred-and-one symptoms of being an internet addict:
Karsten Hopp 59952b
168. You have your own domain name.
Karsten Hopp 59952b
Karsten Hopp 59952b
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 59952b
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 59952b
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 59952b
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///