aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/shared.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-03-06 21:16:21 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-03-06 22:32:22 +0800
commit80e6f81862d943b2d31639a0e437b6abdff3373c (patch)
treeefc3f67b9908bd23c3e72078c8d0b7fdb9b05d2d /runtime/lua/vim/shared.lua
parent8ed9c84481a7d0df0708d11ffa538f832591240f (diff)
downloadrneovim-80e6f81862d943b2d31639a0e437b6abdff3373c.tar.gz
rneovim-80e6f81862d943b2d31639a0e437b6abdff3373c.tar.bz2
rneovim-80e6f81862d943b2d31639a0e437b6abdff3373c.zip
docs(lua): reference runtime/lua/vim/_editor.lua
Diffstat (limited to 'runtime/lua/vim/shared.lua')
-rw-r--r--runtime/lua/vim/shared.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/shared.lua b/runtime/lua/vim/shared.lua
index e170befa4c..48d0bd3672 100644
--- a/runtime/lua/vim/shared.lua
+++ b/runtime/lua/vim/shared.lua
@@ -2,7 +2,7 @@
--
-- The singular purpose of this module is to share code with the Nvim
-- test-suite. If, in the future, Nvim itself is used to run the test-suite
--- instead of "vanilla Lua", these functions could move to src/nvim/lua/vim.lua
+-- instead of "vanilla Lua", these functions could move to runtime/lua/vim/_editor.lua
local vim = vim or {}