mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
API: Refactor: Move non-public files to private subdirectory
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#include "nvim/api/tabpage.h"
|
||||
#include "nvim/api/vim.h"
|
||||
#include "nvim/api/defs.h"
|
||||
#include "nvim/api/helpers.h"
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/api/private/helpers.h"
|
||||
|
||||
Integer tabpage_get_window_count(Tabpage tabpage, Error *err)
|
||||
{
|
||||
|
Reference in New Issue
Block a user