mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.0654: building with Python fails
Problem: Building with Python fails. Solution: Add missing argument.
This commit is contained in:
@@ -2934,7 +2934,7 @@ FunctionNew(PyTypeObject *subtype, char_u *name, int argc, typval_T *argv,
|
||||
|
||||
if (isdigit(*name))
|
||||
{
|
||||
if (!translated_function_exists(name))
|
||||
if (!translated_function_exists(name, FALSE))
|
||||
{
|
||||
PyErr_FORMAT(PyExc_ValueError,
|
||||
N_("unnamed function %s does not exist"), name);
|
||||
|
Reference in New Issue
Block a user