feat(api): add nvim_open_tabpage

Problem: no API function for opening a new tab page and returning its handle, or
to open without entering.

Solution: add nvim_open_tabpage.
This commit is contained in:
Will Hopkins
2025-09-19 10:31:34 -07:00
committed by Sean Dewar
parent 46f538c210
commit e80d19142b
9 changed files with 522 additions and 0 deletions

View File

@@ -437,6 +437,10 @@ error('Cannot require a meta file')
--- @field scoped? boolean
--- @field _subpriority? integer
--- @class vim.api.keyset.tabpage_config
--- @field enter? boolean
--- @field after? integer
--- @class vim.api.keyset.user_command
--- @field addr? any
--- @field bang? boolean