Hi,
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()
=====================================================
- Yegappan
--
--
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/CAAW7x7k3L0fUB%2Be9xN8YrZejcoQXU9BLJLL5JbgVfFfZuif1vw%40mail.gmail.com.