0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 8.2.0627: Vim9: error message does not work

Problem:    Vim9: error message does not work. (Yegappan Lakshmanan)
Solution:   Swap lines.
This commit is contained in:
Bram Moolenaar
2020-04-23 22:23:14 +02:00
parent f93c7fea08
commit b8ce6b0005
2 changed files with 3 additions and 1 deletions

View File

@@ -2614,8 +2614,8 @@ ex_function(exarg_T *eap)
}
else
{
ret_type = NULL;
semsg(_("E1056: expected a type: %s"), ret_type);
ret_type = NULL;
}
}
}