mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10: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:
4
runtime/lua/vim/_meta/vimfn.lua
generated
4
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user