From bee45fc0e7801396951cd156c82953cbadc256b9 Mon Sep 17 00:00:00 2001 From: Maria José Solano Date: Sat, 10 May 2025 16:42:48 -0500 Subject: refactor(docs): remove unnecessary `@private`/`@nodoc` annotations (#33951) * refactor(docs): remove `@private` annotations from local functions * refactor(docs): remove unnecessary `@nodoc` annotations --- runtime/lua/vim/_editor.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime/lua/vim/_editor.lua') diff --git a/runtime/lua/vim/_editor.lua b/runtime/lua/vim/_editor.lua index e795c66969..e96cc56b70 100644 --- a/runtime/lua/vim/_editor.lua +++ b/runtime/lua/vim/_editor.lua @@ -923,8 +923,6 @@ function vim._expand_pat(pat, env) local final_env = env - --- @private - --- --- Allows submodules to be defined on a `vim.` table without eager-loading the module. --- --- Cmdline completion (`:lua vim.lsp.c`) accesses `vim.lsp._submodules` when no other candidates. -- cgit v1.3-3-g829e