diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-03-06 21:16:21 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-03-06 22:32:22 +0800 |
commit | 80e6f81862d943b2d31639a0e437b6abdff3373c (patch) | |
tree | efc3f67b9908bd23c3e72078c8d0b7fdb9b05d2d /runtime/lua/vim/_editor.lua | |
parent | 8ed9c84481a7d0df0708d11ffa538f832591240f (diff) | |
download | rneovim-80e6f81862d943b2d31639a0e437b6abdff3373c.tar.gz rneovim-80e6f81862d943b2d31639a0e437b6abdff3373c.tar.bz2 rneovim-80e6f81862d943b2d31639a0e437b6abdff3373c.zip |
docs(lua): reference runtime/lua/vim/_editor.lua
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
-rw-r--r-- | runtime/lua/vim/_editor.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/_editor.lua b/runtime/lua/vim/_editor.lua index 5f3329ef42..ddd1147468 100644 --- a/runtime/lua/vim/_editor.lua +++ b/runtime/lua/vim/_editor.lua @@ -5,7 +5,7 @@ -- `inspect` and `lpeg` modules. -- 2. runtime/lua/vim/shared.lua: Code shared between Nvim and tests. -- (This will go away if we migrate to nvim as the test-runner.) --- 3. src/nvim/lua/: Compiled-into Nvim itself. +-- 3. runtime/lua/vim/_editor.lua: Compiled-into Nvim itself. -- -- Guideline: "If in doubt, put it in the runtime". -- |