mirror of
https://github.com/neovim/neovim.git
synced 2026-07-29 11:58:02 +00:00
Problem: no API function for opening a new tab page and returning its handle, or to open without entering. Solution: add nvim_open_tabpage.
7 lines
166 B
C
7 lines
166 B
C
#pragma once
|
|
|
|
#include "nvim/api/keysets_defs.h" // IWYU pragma: keep
|
|
#include "nvim/api/private/defs.h" // IWYU pragma: keep
|
|
|
|
#include "api/tabpage.h.generated.h"
|