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