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:
zeertzjq
2024-07-30 11:46:24 +08:00
parent 520d94cc23
commit 0af056ebce
4 changed files with 14 additions and 2 deletions

View File

@@ -4699,6 +4699,10 @@ function vim.fn.isnan(expr) end
--- 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.
---
--- @param dict any
--- @return any