Vim9: Crash when removing elements from a List

3 views
Skip to first unread message

Yegappan Lakshmanan

unread,
Jul 18, 2021, 3:04:47 PM7/18/21
to vim_dev
Hi,

Vim crashes when running the following Vim9 script:

======================================
vim9script
def T()
var l: list<number> = [1, 2, 3, 4]
echo remove(l, 0, 1)
enddef
T()
======================================

- Yegappan
Reply all
Reply to author
Forward
0 new messages