mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
vim-patch:49cdd62: runtime(doc): list of new/changed features in version9.txt
closes: vim/vim#13753
49cdd629a3
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
This commit is contained in:
@@ -5752,7 +5752,10 @@ M.funcs = {
|
||||
for [key, value] in items(mydict)
|
||||
echo key .. ': ' .. value
|
||||
endfor
|
||||
|
||||
<
|
||||
A List or a String argument is also supported. In these
|
||||
cases, items() returns a List with the index and the value at
|
||||
the index.
|
||||
]=],
|
||||
name = 'items',
|
||||
params = { { 'dict', 'any' } },
|
||||
|
Reference in New Issue
Block a user