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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202004272203.03RM37ht023943%40masaka.moolenaar.net.