mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
eval/typval,tests: Fix extending list with itself, add tests
Adds unit test for tv_list_extend and regression test for extend() VimL function.
This commit is contained in:
@@ -439,4 +439,6 @@ return {
|
||||
|
||||
list_items=list_items,
|
||||
dict_items=dict_items,
|
||||
|
||||
empty_list = {[type_key]=list_type},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user