Yegappan wrote:
> I am getting a "E685: Internal error: copy_tv(UNKNOWN)" error when
> using the following vim9 script:
>
> =====================================================
> vim9script
>
> def Func1(arg1: string, arg2: dict<number>, arg3: dict<number>)
> var v = arg3.value
> enddef
>
> def g:Test()
> var funcMap: dict<func> = {'msg': Func1}
> funcMap['msg']('abc', {'value': 10})
> enddef
>
> call Test()
> =====================================================
Fixed by patch 8.2.2172.
--
A salesperson says: Translation:
"backward compatible" Old technology
"Premium" Overpriced
"Can't keep it on the shelf" Unavailable
"Stands alone" Piece of shit
"Proprietary" Incompatible
(Scott Adams - The Dilbert principle)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202012202011.0BKKBENQ2007399%40masaka.moolenaar.net.