mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 11:38:31 +00:00
docs(api): show "since" in API docs #32806
This commit is contained in:
@@ -171,6 +171,7 @@ local function process_proto(item, state)
|
||||
end
|
||||
end
|
||||
|
||||
cur_obj.since = item.since
|
||||
cur_obj.deprecated_since = item.deprecated_since
|
||||
|
||||
-- Remove some arguments
|
||||
|
Reference in New Issue
Block a user