feat: add vim.text module (#26069)

This commit is contained in:
Gregory Anders
2023-11-16 11:35:54 -06:00
committed by GitHub
parent b4b7ca2d54
commit 4bf47222c9
6 changed files with 84 additions and 0 deletions

View File

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