mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
API: Refactor: Move non-public files to private subdirectory
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "nvim/api/buffer.h"
|
||||
#include "nvim/api/helpers.h"
|
||||
#include "nvim/api/defs.h"
|
||||
#include "nvim/api/private/helpers.h"
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/buffer.h"
|
||||
#include "nvim/memline.h"
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "nvim/api/defs.h"
|
||||
#include "nvim/api/private/defs.h"
|
||||
|
||||
/// Gets the buffer line count
|
||||
///
|
||||
|
@@ -2,8 +2,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "nvim/api/helpers.h"
|
||||
#include "nvim/api/defs.h"
|
||||
#include "nvim/api/private/helpers.h"
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/buffer.h"
|
||||
#include "nvim/window.h"
|
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "nvim/api/defs.h"
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/vim.h"
|
||||
|
||||
#define set_api_error(message, err) \
|
@@ -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)
|
||||
{
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "nvim/api/defs.h"
|
||||
#include "nvim/api/private/defs.h"
|
||||
|
||||
/// Gets the number of windows in a tabpage
|
||||
///
|
||||
|
@@ -4,8 +4,8 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "nvim/api/vim.h"
|
||||
#include "nvim/api/helpers.h"
|
||||
#include "nvim/api/defs.h"
|
||||
#include "nvim/api/private/helpers.h"
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/api/buffer.h"
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/buffer.h"
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "nvim/api/defs.h"
|
||||
#include "nvim/api/private/defs.h"
|
||||
|
||||
/// Send keys to vim input buffer, simulating user input.
|
||||
///
|
||||
|
@@ -3,8 +3,8 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "nvim/api/window.h"
|
||||
#include "nvim/api/defs.h"
|
||||
#include "nvim/api/helpers.h"
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/api/private/helpers.h"
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/window.h"
|
||||
#include "nvim/screen.h"
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "nvim/api/defs.h"
|
||||
#include "nvim/api/private/defs.h"
|
||||
|
||||
/// Gets the current buffer in a window
|
||||
///
|
||||
|
Reference in New Issue
Block a user