Hi all,
The following sample code throws E1013 error in line 10 with Vim9:
============================================
vim9script
def Test()
var notif: dict<any> = {}
var docID: dict<any> = {}
var changeSet: list<dict<any>>
docID.uri = 'buf'
changeSet->add({text: ['one']})
notif.params = {}
notif.params->extend({textDocument: docID})
notif.params->extend({content: changeSet})
enddef
call Test()
============================================
This used to work till recently.
Regards,
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/CAAW7x7mxOxU%2BVk5xxtD5EXeBfOwv2PoTaMO%2BuFvRckCXaBm7Vg%40mail.gmail.com.