Patch 8.2.4125
Problem: Completion tests fail.
Solution: Disable error messages while dereferencing the function name.
Files: src/eval.c
*** ../vim-8.2.4124/src/eval.c 2022-01-17 20:09:02.848881517 +0000
--- src/eval.c 2022-01-17 21:06:07.338705919 +0000
***************
*** 709,715 ****
--- 709,717 ----
// 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;
*** ../vim-8.2.4124/src/version.c 2022-01-17 20:50:36.491316623 +0000
--- src/version.c 2022-01-17 21:12:53.654866522 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4125,
/**/
--
Individualists unite!
/// Bram Moolenaar -- Br...@Moolenaar.net --
http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features --
http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims --
http://ICCF-Holland.org ///