mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
refactor(docs): remove unnecessary @private/@nodoc annotations (#33951)
* refactor(docs): remove `@private` annotations from local functions * refactor(docs): remove unnecessary `@nodoc` annotations
This commit is contained in:
committed by
GitHub
parent
8605f5655b
commit
bee45fc0e7
@@ -923,8 +923,6 @@ function vim._expand_pat(pat, env)
|
||||
|
||||
local final_env = env
|
||||
|
||||
--- @private
|
||||
---
|
||||
--- Allows submodules to be defined on a `vim.<module>` table without eager-loading the module.
|
||||
---
|
||||
--- Cmdline completion (`:lua vim.lsp.c<tab>`) accesses `vim.lsp._submodules` when no other candidates.
|
||||
|
||||
Reference in New Issue
Block a user