mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user