mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
fix(lua): @private => @nodoc #32587
Problem: vim.log.levels.* and vim.opt_local are marked `@private` but they should be `@nodoc`. Solution: Fix the annotation.
This commit is contained in:
@@ -56,7 +56,7 @@ vim._extra = {
|
||||
inspect_pos = true,
|
||||
}
|
||||
|
||||
--- @private
|
||||
--- @nodoc
|
||||
vim.log = {
|
||||
--- @enum vim.log.levels
|
||||
levels = {
|
||||
|
||||
Reference in New Issue
Block a user