Patch 8.2.0654

9 views
Skip to first unread message

Bram Moolenaar

unread,
Apr 27, 2020, 6:03:22 PM4/27/20
to vim...@googlegroups.com

Patch 8.2.0654
Problem: Building with Python fails.
Solution: Add missing argument.
Files: src/if_py_both.h


*** ../vim-8.2.0653/src/if_py_both.h 2020-04-12 19:37:13.530297225 +0200
--- src/if_py_both.h 2020-04-27 23:57:36.229729909 +0200
***************
*** 2934,2940 ****

if (isdigit(*name))
{
! if (!translated_function_exists(name))
{
PyErr_FORMAT(PyExc_ValueError,
N_("unnamed function %s does not exist"), name);
--- 2934,2940 ----

if (isdigit(*name))
{
! if (!translated_function_exists(name, FALSE))
{
PyErr_FORMAT(PyExc_ValueError,
N_("unnamed function %s does not exist"), name);
*** ../vim-8.2.0653/src/version.c 2020-04-27 23:39:26.416849722 +0200
--- src/version.c 2020-04-27 23:58:06.269656490 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 654,
/**/

--
I have a drinking problem -- I can't afford it.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages