diff --git a/src/eval.c b/src/eval.c index df73ba1aee..bf65082e27 100644 --- a/src/eval.c +++ b/src/eval.c @@ -709,7 +709,9 @@ call_vim_function( // The name might be "import.Func" or "Funcref". arg = func; + ++emsg_off; name = deref_function_name(&arg, &tofree, &EVALARG_EVALUATE, FALSE); + --emsg_off; if (name == NULL) name = func; diff --git a/src/version.c b/src/version.c index 7657cf5099..735b8f6f81 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4125, /**/ 4124, /**/