diff options
| author | Yi Ming <ofseed@foxmail.com> | 2025-08-03 23:17:44 +0800 |
|---|---|---|
| committer | Yi Ming <ofseed@foxmail.com> | 2025-08-17 11:54:53 +0800 |
| commit | 98f8224c1948fd8440f13f84f19a0adb78171fe4 (patch) | |
| tree | 5664023e9bb91789db325f8c9cbd3c7ac9226664 /runtime/lua/vim/_editor.lua | |
| parent | 8d154e5927d728cc2ad74a0dec8b45fab1333f8c (diff) | |
feat(lua): `vim.pos`/`vim.range`
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
| -rw-r--r-- | runtime/lua/vim/_editor.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/lua/vim/_editor.lua b/runtime/lua/vim/_editor.lua index 50fac8cf9e..78e264a2a5 100644 --- a/runtime/lua/vim/_editor.lua +++ b/runtime/lua/vim/_editor.lua @@ -42,6 +42,8 @@ for k, v in pairs({ pack = true, _watch = true, net = true, + pos = true, + range = true, }) do vim._submodules[k] = v end |
