> Right. I think you meant:
>
> :lua vim.eval('g:').list = vim.list{'abc'}
>
> or
>
> :lua vim.eval('g:').dict = vim.dict{key = 'abc'}
>
> since you forgot the key.
No, I meant exactly what I typed. Before reading docs expected behavior was
either converting it to “{"1": "abc"}” or an error.
--
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
