commit | b8ce6b0005573139fd101dc703ed30360940401b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 22:23:14 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 22:23:14 2020 +0200 |
tree | d3f6220a154ea98596013768d12aff64ee71d81e | |
parent | f93c7fea084a99848d512ff2732041d4b41d93c8 [diff] [blame] |
patch 8.2.0627: Vim9: error message does not work Problem: Vim9: error message does not work. (Yegappan Lakshmanan) Solution: Swap lines.
diff --git a/src/userfunc.c b/src/userfunc.c index fa729bb..6005af1 100644 --- a/src/userfunc.c +++ b/src/userfunc.c
@@ -2614,8 +2614,8 @@ } else { - ret_type = NULL; semsg(_("E1056: expected a type: %s"), ret_type); + ret_type = NULL; } } }