From 7333c39e6cc78786289d88c65fbe10e4ce78992b Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 18 Mar 2025 06:18:37 -0700 Subject: docs: misc #32959 --- runtime/lua/vim/_editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/lua/vim/_editor.lua') diff --git a/runtime/lua/vim/_editor.lua b/runtime/lua/vim/_editor.lua index e29d8f1c30..c9b8e68c10 100644 --- a/runtime/lua/vim/_editor.lua +++ b/runtime/lua/vim/_editor.lua @@ -8,7 +8,7 @@ -- - "opt-in": runtime/pack/dist/opt/ -- 2. runtime/lua/vim/ (the runtime): Lazy-loaded modules. Examples: `inspect`, `lpeg`. -- 3. runtime/lua/vim/shared.lua: pure Lua functions which always are available. Used in the test --- runner, as well as worker threads and processes launched from Nvim. +-- runner, and worker threads/processes launched from Nvim. -- 4. runtime/lua/vim/_editor.lua: Eager-loaded code which directly interacts with the Nvim -- editor state. Only available in the main thread. -- -- cgit