To: vim_dev@googlegroups.com Subject: Patch 8.2.0654 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///