refactor(iter): move helper functions under vim.iter

vim.iter is now both a function and a module (similar to vim.version).
This commit is contained in:
Gregory Anders
2023-04-24 19:57:40 -06:00
parent 147bb87245
commit 1e73891d69
5 changed files with 214 additions and 230 deletions

View File

@@ -55,6 +55,7 @@ vim._submodules = {
inspect = true,
version = true,
fs = true,
iter = true,
}
-- These are for loading runtime modules in the vim namespace lazily.